Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

engine.io

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

5

History.md
1.8.1 / 2016-11-27
===================
* [fix] Only add defined callbacks to the stack (#447)
1.8.0 / 2016-11-20

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

4

lib/socket.js

@@ -396,4 +396,4 @@ /**

// add send callback to object
this.packetsFn.push(callback);
// add send callback to object, if defined
if (callback) this.packetsFn.push(callback);

@@ -400,0 +400,0 @@ this.flush();

{
"name": "engine.io",
"version": "1.8.0",
"version": "1.8.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",

@@ -38,3 +38,3 @@ "main": "./lib/engine.io",

"babel-preset-es2015": "6.3.13",
"engine.io-client": "1.8.0",
"engine.io-client": "1.8.1",
"eslint-config-standard": "4.4.0",

@@ -41,0 +41,0 @@ "eslint-plugin-standard": "1.3.2",

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