socket.io
Advanced tools
Comparing version 0.7.0 to 0.7.1
0.0.1 / 2010-01-03 | ||
0.7.1 / 2011-06-21 | ||
================== | ||
* Initial release | ||
* Fixed cross-domain XHR. | ||
* Added CORS test to xhr-polling suite. | ||
0.7.0 / 2010-06-21 | ||
================== | ||
* http://socket.io/announcement.html |
@@ -49,3 +49,3 @@ | ||
, origin = req.headers.origin | ||
, headers = { 'Content-Length': 0 } | ||
, headers = { 'Content-Length': 1 } | ||
, self = this; | ||
@@ -70,4 +70,4 @@ | ||
res.writeHead(200); | ||
res.end(''); | ||
res.writeHead(200, headers); | ||
res.end('1'); | ||
} else { | ||
@@ -74,0 +74,0 @@ this.response = req.res; |
{ | ||
"name": "socket.io" | ||
, "version": "0.7.0" | ||
, "version": "0.7.1" | ||
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API" | ||
@@ -5,0 +5,0 @@ , "homepage": "http://socket.io" |
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
286524
8