From 2f337188dfb0b60f27dd9485c3cd86015d6bec9f Mon Sep 17 00:00:00 2001 From: Stefano Harding Date: Wed, 27 Apr 2016 11:55:32 -0700 Subject: [PATCH 1/2] whatspace --- test/socket.io.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/socket.io.js b/test/socket.io.js index 6d1c9fec55..00354afd30 100644 --- a/test/socket.io.js +++ b/test/socket.io.js @@ -655,7 +655,7 @@ describe('socket.io', function(){ }); }); }); - + it('should not reuse same-namespace connections', function(done){ var srv = http(); var sio = io(srv); @@ -746,6 +746,7 @@ describe('socket.io', function(){ } }); + it('should find all clients across namespace rooms', function(done){ var srv = http(); var sio = io(srv); @@ -1533,7 +1534,7 @@ describe('socket.io', function(){ }); }); }); - + it('should see query parameters sent from secondary namespace connections in handshake object', function(done){ var srv = http(); var sio = io(srv); From cd9491c4e208e9e16568d6a356a4f553cb0f47a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Oct 2021 23:28:22 +0000 Subject: [PATCH 2/2] fix: upgrade socket.io-parser from 2.2.6 to 2.3.2 Snyk has created this PR to upgrade socket.io-parser from 2.2.6 to 2.3.2. See this package in npm: https://www.npmjs.com/package/socket.io-parser See this project in Snyk: https://app.snyk.io/org/riddopic/project/715d180c-52ef-438c-ba52-bf0addc27a28?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c89cbb783..f9928b4e99 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "engine.io": "1.6.8", - "socket.io-parser": "2.2.6", + "socket.io-parser": "2.3.2", "socket.io-client": "git://github.com/nus-fboa2016-si/socket.io-client#e0580ef4", "socket.io-adapter": "0.4.0", "has-binary": "0.1.7",