engine.io-client
Advanced tools
Comparing version 2.1.0 to 2.1.1
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 @@ =================== |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195061
5703
+ Addedengine.io-parser@2.0.2(transitive)
- Removedengine.io-parser@2.0.1(transitive)
Updatedengine.io-parser@2.0.2