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.5 to 0.6.6

7

History.md
0.6.6 / 2011-01-09
==================
* Note for Flash socket and inline policy on Firefox
* Destroy the fds on disconnect
* Restored 20 secs of polling so that node doesn't timeout the connections
0.6.5 / 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�'��� � com.macromates.caretx���R������<[k0?'3/«��

@@ -150,2 +150,3 @@ var urlparse = require('url').parse

this.connection.end();
this.connection.destroy();
this.connection = null;

@@ -152,0 +153,0 @@ }

@@ -45,6 +45,7 @@ var net = require('net')

if (e.errno == 13)
listener.options.log('Your node instance does not have root privileges.'
listener.options.log('Your node instance does not have root privileges. '
+ 'This means that the flash XML policy file will be '
+ 'served inline instead of on port 843. This will slow '
+ 'down initial connections slightly.');
+ 'down initial connections slightly. NOTE: this fails '
+ 'with Firefox 4 betas.');
netserver = null;

@@ -51,0 +52,0 @@ }

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

closeTimeout: 8000,
duration: 50000
duration: 20000
};

@@ -22,3 +22,2 @@ };

var self = this, body = '';
switch (req.method){

@@ -25,0 +24,0 @@ case 'GET':

{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.5"
, "version" : "0.6.6"
, "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