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.6.15 to 0.6.16

5

History.md
0.6.16 / 2011-03-04
===================
* Fixed cross domain xhr-polling in Safari [tifroz]
0.6.15 / 2011-02-23

@@ -3,0 +8,0 @@ ===================

2

lib/socket.io/index.js

@@ -26,2 +26,2 @@

exports.version = '0.6.15';
exports.version = '0.6.16';

@@ -72,3 +72,3 @@ var Client = require('../client')

if (this.request.headers.origin && this._verifyOrigin(this.request.headers.origin)){
headers['Access-Control-Allow-Origin'] = this.request.headers.origin;
headers['Access-Control-Allow-Origin'] = (this.request.headers.origin === 'null' ? '*' : this.request.headers.origin);
if (this.request.headers.cookie) headers['Access-Control-Allow-Credentials'] = 'true';

@@ -75,0 +75,0 @@ }

{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.15"
, "version" : "0.6.16"
, "author" : "LearnBoost"

@@ -5,0 +5,0 @@ , "licenses" :

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