Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bbc395

Browse files
committed
Release 1.0.3
1 parent 039eed2 commit 1bbc395

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.0.3 / 2014-05-31
3+
==================
4+
5+
* package: bump `socket.io-client`
6+
* package: bump `socket.io-parser` for binary ACK fix
7+
* package: bump `engine.io` for binary UTF8 fix
8+
* example: fix XSS in chat example
9+
210
1.0.2 / 2014-05-28
311
==================
412

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"engine.io": "1.2.2",
2323
"socket.io-parser": "2.2.0",
24-
"socket.io-client": "Automattic/socket.io-client#57c8589",
24+
"socket.io-client": "1.0.3",
2525
"socket.io-adapter": "0.2.0",
2626
"has-binary-data": "0.1.1",
2727
"debug": "0.7.4"

0 commit comments

Comments
 (0)