| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f78a575 commit 873fdc5
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + # [2.4.0](https://github.com/socketio/socket.io/compare/2.3.0...2.4.0) (2021-01-04) | ||
| 2 | + | ||
| 3 | + | ||
| 4 | + ### Bug Fixes | ||
| 5 | + | ||
| 6 | + * **security:** do not allow all origins by default ([f78a575](https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7)) | ||
| 7 | + * properly overwrite the query sent in the handshake ([d33a619](https://github.com/socketio/socket.io/commit/d33a619905a4905c153d4fec337c74da5b533a9e)) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "socket.io", | |
| 3 | - "version": "2.3.0", | ||
| 3 | + "version": "2.4.0", | ||
| 4 | 4 | "description": "node.js realtime framework server", | |
| 5 | 5 | "keywords": [ | |
| 6 | 6 | "realtime", | |
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | "engine.io": "~3.5.0", | |
| 29 | 29 | "has-binary2": "~1.0.2", | |
| 30 | 30 | "socket.io-adapter": "~1.1.0", | |
| 31 | - "socket.io-client": "2.3.0", | ||
| 31 | + "socket.io-client": "2.4.0", | ||
| 32 | 32 | "socket.io-parser": "~3.4.0" | |
| 33 | 33 | }, | |
| 34 | 34 | "devDependencies": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments