Socket
Socket
Sign inDemoInstall

socket.io

Package Overview
Dependencies
Maintainers
0
Versions
157
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.6 to 0.6.7

7

History.md
0.6.7 / 2011-01-09
==================
* Fixed situation where the connection drops but the client can still autoreconnect
through a different socket. In this case we still want to clear the FD but not
call onDisconnect immediately.
0.6.6 / 2011-01-09

@@ -3,0 +10,0 @@ ==================

2

lib/socket.io/._index.js

@@ -1,1 +0,1 @@

Mac OS X  2��ATTR�'��� � com.macromates.caretx���R������<[k0?'3/«��
Mac OS X  2��ATTR�4[�� � com.macromates.caretx���R������<[k0?'3/«��

@@ -72,2 +72,4 @@ var urlparse = require('url').parse

self._onClose();
self.connection.destroy();
self.connection = null;
});

@@ -149,7 +151,2 @@

if (this._disconnectTimeout) clearTimeout(this._disconnectTimeout);
if (this.connection){
this.connection.end();
this.connection.destroy();
this.connection = null;
}
this._writeQueue = [];

@@ -156,0 +153,0 @@ this.connected = false;

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

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

Sorry, the diff of this file is not supported yet

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