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 b8fca8e19b7bc8bb8411966a265e29bbbd71ea5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Oct 2021 23:28:18 +0000 Subject: [PATCH 2/2] fix: upgrade engine.io from 1.6.8 to 1.8.5 Snyk has created this PR to upgrade engine.io from 1.6.8 to 1.8.5. See this package in npm: https://www.npmjs.com/package/engine.io 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..f88939eb67 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "gulp test" }, "dependencies": { - "engine.io": "1.6.8", + "engine.io": "1.8.5", "socket.io-parser": "2.2.6", "socket.io-client": "git://github.com/nus-fboa2016-si/socket.io-client#e0580ef4", "socket.io-adapter": "0.4.0",