socket.io-stream
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -239,3 +239,3 @@ var util = require('util'); | ||
if (!stream) { | ||
this._error(id, 'invalid stream id'); | ||
debug('ignore non-existent stream id: "%s"', id); | ||
return; | ||
@@ -242,0 +242,0 @@ } |
{ | ||
"name": "socket.io-stream", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "stream for socket.io", | ||
@@ -29,2 +29,3 @@ "author": "Naoyuki Kanezawa <naoyuki.kanezawa@gmail.com>", | ||
"scripts": { | ||
"prepublish": "make build test", | ||
"test": "make test" | ||
@@ -34,13 +35,14 @@ }, | ||
"component-bind": "~1.0.0", | ||
"debug": "~2.1.0" | ||
"debug": "~2.1.3" | ||
}, | ||
"devDependencies": { | ||
"blob": "0.0.4", | ||
"browserify": "~6.1.0", | ||
"browserify": "~9.0.7", | ||
"expect.js": "~0.3.1", | ||
"mocha": "~1.21.5", | ||
"socket.io": "~1.1.0", | ||
"socket.io-client": "~1.1.0", | ||
"zuul": "~1.11.2" | ||
"mocha": "~2.2.1", | ||
"socket.io": "~1.3.5", | ||
"socket.io-client": "~1.3.4", | ||
"zuul": "~2.1.1", | ||
"zuul-ngrok": "~3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
187400
5668
0
8
Updateddebug@~2.1.3