Skip to content

Commit 873fdc5

Browse files
committedJan 4, 2021
chore(release): 2.4.0
Diff: 2.3.0...2.4.0
1 parent f78a575 commit 873fdc5

File tree

3 files changed

+40
-90
lines changed

3 files changed

+40
-90
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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))

‎package-lock.json

+31-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -28,7 +28,7 @@
2828
"engine.io": "~3.5.0",
2929
"has-binary2": "~1.0.2",
3030
"socket.io-adapter": "~1.1.0",
31-
"socket.io-client": "2.3.0",
31+
"socket.io-client": "2.4.0",
3232
"socket.io-parser": "~3.4.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.