engine.io-client
Advanced tools
Comparing version 2.0.1 to 2.0.2
2.0.2 / 2017-02-16 | ||
=================== | ||
* [chore] Bump ws to version 1.1.2 (vulnerability fix) (#539) | ||
* [fix] Fix extraHeaders option in browser (#536) | ||
2.0.1 / 2017-01-30 | ||
@@ -3,0 +9,0 @@ =================== |
@@ -200,3 +200,3 @@ /** | ||
if (this.extraHeaders) { | ||
xhr.setDisableHeaderCheck(true); | ||
xhr.setDisableHeaderCheck && xhr.setDisableHeaderCheck(true); | ||
for (var i in this.extraHeaders) { | ||
@@ -203,0 +203,0 @@ if (this.extraHeaders.hasOwnProperty(i)) { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://github.com/socketio/engine.io-client", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
"parseuri": "0.0.5", | ||
"ws": "1.1.1", | ||
"ws": "1.1.2", | ||
"xmlhttprequest-ssl": "1.5.3", | ||
@@ -50,3 +50,3 @@ "yeast": "0.1.2" | ||
"derequire": "1.2.0", | ||
"engine.io": "2.0.1", | ||
"engine.io": "2.0.2", | ||
"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
193943
5689