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

engine.io-client

Package Overview
Dependencies
Maintainers
2
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io-client - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

History.md
2.1.1 / 2017-03-22
===================
* [chore] Bump engine.io-parser to version 2.0.2 (#555)
2.1.0 / 2017-03-11

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

2

lib/transports/polling.js

@@ -148,3 +148,3 @@ /**

// decode payload
parser.decodePayload(data, this.socket.binaryType, callback);
parser.decodePayload(data, this.socket.binaryType, this.supportsBinary, callback);

@@ -151,0 +151,0 @@ // if an event did not trigger closing

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/socketio/engine.io-client",

@@ -30,3 +30,3 @@ "contributors": [

"debug": "2.3.3",
"engine.io-parser": "2.0.1",
"engine.io-parser": "2.0.2",
"has-cors": "1.1.0",

@@ -50,3 +50,3 @@ "indexof": "0.0.1",

"derequire": "1.2.0",
"engine.io": "2.1.0",
"engine.io": "2.1.1",
"eslint-config-standard": "4.4.0",

@@ -53,0 +53,0 @@ "eslint-plugin-standard": "1.3.1",

Sorry, the diff of this file is too big to display

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