From a8130ce3a9682498bf986a0c3e4a53f9cf2ef965 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 13 May 2020 07:57:04 +0200 Subject: [PATCH] chore: release 3.4.1 Diff: https://github.com/socketio/socket.io-parser/compare/3.4.0...3.4.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4fe8f3a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [3.4.1](https://github.com/socketio/socket.io-parser/compare/3.4.0...3.4.1) (2020-05-13) + + +### Bug Fixes + +* 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)) diff --git a/package-lock.json b/package-lock.json index 91d45c8..307b55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "socket.io-parser", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aeb04a9..59acfab 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "socket.io-parser", - "version": "3.4.0", + "version": "3.4.1", "description": "socket.io protocol parser", "repository": { "type": "git", - "url": "https://github.com/Automattic/socket.io-parser.git" + "url": "https://github.com/socketio/socket.io-parser.git" }, "files": [ "binary.js",