Summary: Bumps [ws](https://github.com/websockets/ws) from 8.4.0 to 8.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>8.4.2</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a data framing issue introduced in version 8.4.1 (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2004">https://github.com/facebook/flipper/issues/2004</a>).</li> </ul> <h2>8.4.1</h2> <h1>Notable changes</h1> <ul> <li>To improve performance, strings sent via <code>websocket.ping()</code>, <code>websocket.pong()</code>, and <code>websocket.send()</code> are no longer converted to <code>Buffer</code>s if the data does not need to be masked (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2000">https://github.com/facebook/flipper/issues/2000</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="33fd1016ec"><code>33fd101</code></a> [dist] 8.4.2</li> <li><a href="0c0754b897"><code>0c0754b</code></a> [fix] Use the byte length of the data (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2004">https://github.com/facebook/flipper/issues/2004</a>)</li> <li><a href="6ebfeb8be7"><code>6ebfeb8</code></a> [dist] 8.4.1</li> <li><a href="5b7fbb0009"><code>5b7fbb0</code></a> [perf] Reduce buffer allocations (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2000">https://github.com/facebook/flipper/issues/2000</a>)</li> <li><a href="8de448fbd1"><code>8de448f</code></a> [test] Fix failing tests</li> <li><a href="91f3c07b26"><code>91f3c07</code></a> [minor] Replace echo.websocket.org with websocket-echo.com</li> <li><a href="ad3fe6dc4f"><code>ad3fe6d</code></a> [test] Improve test title</li> <li><a href="4081a368ff"><code>4081a36</code></a> [test] Do not call the <code>done</code> callback prematurely</li> <li><a href="d2c935a477"><code>d2c935a</code></a> [doc] Fix typo in <code>WebSocketServer</code> description (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1996">https://github.com/facebook/flipper/issues/1996</a>)</li> <li><a href="5edf1f4a1b"><code>5edf1f4</code></a> [doc] Clarify interpretation of <code>verifyClient</code> (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1994">https://github.com/facebook/flipper/issues/1994</a>)</li> <li>See full diff in <a href="https://github.com/websockets/ws/compare/8.4.0...8.4.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/3354 Reviewed By: aigoncharov Differential Revision: D33741798 Pulled By: lblasa fbshipit-source-id: e8d43d2408118f6b19a2c59603b92c701100f355
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "flipper-server-core",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Flipper server connection SDK",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"JSONStream": "^1.3.1",
|
|
"adbkit": "^2.11.1",
|
|
"adbkit-logcat": "^2.0.1",
|
|
"archiver": "^5.3.0",
|
|
"async-mutex": "^0.3.2",
|
|
"axios": "^0.24.0",
|
|
"flipper-common": "0.0.0",
|
|
"flipper-doctor": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"invariant": "^2.2.4",
|
|
"js-base64": "^3.7.2",
|
|
"lodash.memoize": "^4.1.2",
|
|
"open": "^8.3.0",
|
|
"openssl-wrapper": "^0.3.4",
|
|
"promisify-child-process": "^4.1.1",
|
|
"rimraf": "^3.0.2",
|
|
"rsocket-core": "^0.0.27",
|
|
"rsocket-flowable": "^0.0.27",
|
|
"rsocket-tcp-server": "^0.0.25",
|
|
"rsocket-types": "^0.0.25",
|
|
"serialize-error": "^8.1.0",
|
|
"split2": "^4.1.0",
|
|
"tmp": "^0.2.1",
|
|
"uuid": "^8.3.2",
|
|
"which": "^2.0.2",
|
|
"ws": "^8.4.2",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.1.1",
|
|
"@types/invariant": "^2.2.35",
|
|
"@types/memorystream": "^0.3.0",
|
|
"@types/node": "^15.12.5",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@types/rsocket-core": "^0.0.7",
|
|
"@types/rsocket-tcp-server": "^0.0.2",
|
|
"@types/split2": "^3.2.1",
|
|
"@types/tmp": "^0.2.2",
|
|
"@types/ws": "^8.2.2",
|
|
"@types/which": "^2.0.1",
|
|
"memorystream": "^0.3.1",
|
|
"tmp": "^0.2.1"
|
|
},
|
|
"peerDependencies": {},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|