Thanks to visit codestin.com Credit goes to github.com
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 ef23c74 commit 29974acCopy full SHA for 29974ac
History.md
@@ -1,4 +1,10 @@
1
2
+1.3.3 / 2015-02-03
3
+==================
4
+
5
+ * socket: warn node_redis-style about missing `error`
6
+ * package: bump parser to better handle bad binary packets
7
8
1.3.2 / 2015-01-19
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
@@ -21,7 +21,7 @@
21
"dependencies": {
22
"engine.io": "1.5.1",
23
"socket.io-parser": "2.2.3",
24
- "socket.io-client": "1.3.2",
+ "socket.io-client": "1.3.3",
25
"socket.io-adapter": "0.3.1",
26
"has-binary-data": "0.1.3",
27
"debug": "2.1.0"
0 commit comments