We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8fba7 commit 190d22bCopy full SHA for 190d22b
package.json
@@ -24,12 +24,12 @@
24
"test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
25
},
26
"dependencies": {
27
- "debug": "~3.1.0",
28
- "engine.io": "~3.2.0",
+ "debug": "~4.1.0",
+ "engine.io": "~3.3.1",
29
"has-binary2": "~1.0.2",
30
"socket.io-adapter": "~1.1.0",
31
- "socket.io-client": "2.1.1",
32
- "socket.io-parser": "~3.2.0"
+ "socket.io-client": "https://github.com/socketio/socket.io-client.git#develop",
+ "socket.io-parser": "~3.3.0"
33
34
"devDependencies": {
35
"expect.js": "0.3.1",
0 commit comments