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 046ffa7e4bfa2b051badd205e35f4e6c281d4cbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Oct 2021 23:28:14 +0000 Subject: [PATCH 2/2] fix: upgrade debug from 2.2.0 to 2.6.9 Snyk has created this PR to upgrade debug from 2.2.0 to 2.6.9. See this package in npm: https://www.npmjs.com/package/debug 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..9d065915bc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "socket.io-client": "git://github.com/nus-fboa2016-si/socket.io-client#e0580ef4", "socket.io-adapter": "0.4.0", "has-binary": "0.1.7", - "debug": "2.2.0" + "debug": "2.6.9" }, "devDependencies": { "babel-preset-es2015": "6.3.13",