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.1 to 0.7.2

8

History.md
0.7.2 / 2011-06-22
==================
* Make sure to write a packet (of type `noop`) when closing a poll.
This solves a problem with cross-domain requests being flagged as aborted and
reconnection being triggered.
* Added `noop` message type.
0.7.1 / 2011-06-21

@@ -3,0 +11,0 @@ ==================

1

lib/parser.js

@@ -25,2 +25,3 @@

, 'error'
, 'noop'
];

@@ -27,0 +28,0 @@

2

lib/socket.io.js

@@ -20,3 +20,3 @@

exports.version = '0.7.0';
exports.version = '0.7.2';

@@ -23,0 +23,0 @@ /**

@@ -59,3 +59,3 @@

this.pollTimeout = setTimeout(function () {
self.close();
self.packet({ type: 'noop' });
self.log.debug('polling closed due to exceeded duration');

@@ -62,0 +62,0 @@ }, this.manager.get('polling duration') * 1000);

{
"name": "socket.io"
, "version": "0.7.1"
, "version": "0.7.2"
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"

@@ -18,3 +18,3 @@ , "homepage": "http://socket.io"

, "dependencies": {
"socket.io-client": "0.7.0"
"socket.io-client": "0.7.2"
, "policyfile": ">= 0.0.3"

@@ -21,0 +21,0 @@ }

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