Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/3240 Bumps [ws](https://github.com/websockets/ws) from 7.5.6 to 8.4.0. <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.0</h2> <h1>Features</h1> <ul> <li>Added ability to generate custom masking keys (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1990">https://github.com/facebook/flipper/issues/1990</a>).</li> </ul> <h2>8.3.0</h2> <h1>Features</h1> <ul> <li>Added ability to pause and resume a <code>WebSocket</code> (0a8c7a9c).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Fixed a bug that could prevent the connection from being closed cleanly when using the stream API (ed2b8039).</li> <li>When following redirects, an error is now emitted and not thrown if the redirect URL is invalid (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1980">https://github.com/facebook/flipper/issues/1980</a>).</li> </ul> <h2>8.2.3</h2> <h1>Bug fixes</h1> <ul> <li>When context takeover is enabled, messages are now compressed even if their size is below the value of the <code>perMessageDeflate.threshold</code> option (41ae5631).</li> </ul> <h2>8.2.2</h2> <h1>Bug fixes</h1> <ul> <li>Some closing operations are now run only if needed (ec9377ca).</li> </ul> <h2>8.2.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an issue where the socket was not resumed, preventing the connection from being closed cleanly (869c9892).</li> </ul> <h2>8.2.0</h2> <h1>Features</h1> <ul> <li>Added <code>WebSocket.WebSocket</code> as an alias for <code>WebSocket</code> and <code>WebSocket.WebSocketServer</code> as an alias for <code>WebSocket.Server</code> to fix name consistency and improve interoperability with the ES module wrapper (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1935">https://github.com/facebook/flipper/issues/1935</a>).</li> </ul> <h2>8.1.0</h2> <h1>Features</h1> <ul> <li>Added ability to skip UTF-8 validation (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1928">https://github.com/facebook/flipper/issues/1928</a>).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Fixed an issue with a breaking change in Node.js master (6a72da3e).</li> <li>Fixed a misleading error message (c95e695d).</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="00c34d726d"><code>00c34d7</code></a> [dist] 8.4.0</li> <li><a href="35d45c2a4f"><code>35d45c2</code></a> [perf] Skip masking and unmasking if the masking key is zero</li> <li><a href="eb2e3a84a1"><code>eb2e3a8</code></a> [feature] Introduce the <code>generateMask</code> option</li> <li><a href="c82b08737f"><code>c82b087</code></a> [dist] 8.3.0</li> <li><a href="0a8c7a9c4f"><code>0a8c7a9</code></a> [api] Add <code>WebSocket#pause()</code> and <code>WebSocket#resume()</code></li> <li><a href="ed2b803905"><code>ed2b803</code></a> [fix] Resume the socket in the <code>CLOSING</code> state</li> <li><a href="b8186dd115"><code>b8186dd</code></a> [fix] Do not throw if the redirect URL is invalid (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1980">https://github.com/facebook/flipper/issues/1980</a>)</li> <li><a href="5a905e49be"><code>5a905e4</code></a> [minor] Add missing label to the issue form</li> <li><a href="89d81e8670"><code>89d81e8</code></a> [minor] Fix nit</li> <li><a href="4916d03ad8"><code>4916d03</code></a> [minor] Allow to write frames with up to 2^48 - 1 bytes of data (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1973">https://github.com/facebook/flipper/issues/1973</a>)</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/7.5.6...8.4.0">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/3218 Reviewed By: antonk52, timur-valiev Differential Revision: D33348279 Pulled By: nikoant fbshipit-source-id: c245f53556e8f58ba1df619d3d0e106e8e5b1911
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.0",
|
|
"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"
|
|
}
|