Skip to content

Commit a8130ce

Browse files
chore: release 3.4.1
Diff: 3.4.0...3.4.1
1 parent dcb942d commit a8130ce

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [3.4.1](https://github.com/socketio/socket.io-parser/compare/3.4.0...3.4.1) (2020-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent DoS (OOM) via massive packets ([#95](https://github.com/socketio/socket.io-parser/issues/95)) ([dcb942d](https://github.com/socketio/socket.io-parser/commit/dcb942d24db97162ad16a67c2a0cf30875342d55))

package-lock.json

+1-1
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,10 +1,10 @@
11
{
22
"name": "socket.io-parser",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "socket.io protocol parser",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/Automattic/socket.io-parser.git"
7+
"url": "https://github.com/socketio/socket.io-parser.git"
88
},
99
"files": [
1010
"binary.js",

0 commit comments

Comments
 (0)