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.4 to 0.7.5

5

History.md
0.7.5 / 2011-06-30
==================
* Fixed dispatching to clients that are disconnected.
0.7.4 / 2011-06-30

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

4

lib/manager.js

@@ -410,3 +410,5 @@

Manager.prototype.onClientDispatch = function (id, packet) {
this.closed[id].push(packet);
if (this.closed[id]) {
this.closed[id].push(packet);
}
};

@@ -413,0 +415,0 @@

@@ -18,3 +18,3 @@

exports.version = '0.7.4';
exports.version = '0.7.5';

@@ -21,0 +21,0 @@ /**

{
"name": "socket.io"
, "version": "0.7.4"
, "version": "0.7.5"
, "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