Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

socket.io

Package Overview
Dependencies
Maintainers
0
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

10

History.md
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

6

lib/transports/http.js

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc