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.12 to 0.6.14

10

History.md
0.6.14 / 2011-02-18
===================
* Fixed logging scope issue [shripad]
0.6.13 / 2011-02-18
===================
* Fixed references to listener when logging
0.6.12 / 2011-02-18

@@ -3,0 +13,0 @@ ===================

2

lib/socket.io/index.js

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

exports.version = '0.6.12';
exports.version = '0.6.14';

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

} catch(e){
listener.options.log('htmlfile message handler error - ' + e.stack);
self.listener.options.log('htmlfile message handler error - ' + e.stack);
}

@@ -39,0 +39,0 @@ res.writeHead(200, {'Content-Type': 'text/plain'});

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

} catch(e){
listener.options.log('xhr-multipart message handler error - ' + e.stack);
self.listener.options.log('xhr-multipart message handler error - ' + e.stack);
}

@@ -53,0 +53,0 @@ res.writeHead(200, headers);

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

} catch(e){
listener.options.log('xhr-polling message handler error - ' + e.stack);
self.listener.options.log('xhr-polling message handler error - ' + e.stack);
}

@@ -55,0 +55,0 @@ res.writeHead(200, headers);

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