engine.io-client
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -0,1 +1,8 @@ | ||
## [4.1.4](https://github.com/socketio/engine.io-client/compare/4.1.3...4.1.4) (2021-05-05) | ||
This release only contains a bump of `xmlhttprequest-ssl`, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665. | ||
Please note that `engine.io-client` was not directly impacted by this vulnerability, since we are always using `async: true`. | ||
## [4.1.3](https://github.com/socketio/engine.io-client/compare/4.1.2...4.1.3) (2021-03-31) | ||
@@ -2,0 +9,0 @@ |
/*! | ||
* Engine.IO v4.1.3 | ||
* Engine.IO v4.1.4 | ||
* (c) 2014-2021 Guillermo Rauch | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"main": "lib/index.js", | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/socketio/engine.io-client", | ||
"ws": "~7.4.2", | ||
"xmlhttprequest-ssl": "~1.5.4", | ||
"xmlhttprequest-ssl": "~1.6.2", | ||
"yeast": "0.1.2" | ||
@@ -39,0 +39,0 @@ }, |
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
224423
+ Addedxmlhttprequest-ssl@1.6.3(transitive)
- Removedxmlhttprequest-ssl@1.5.5(transitive)
Updatedxmlhttprequest-ssl@~1.6.2