Repository URL to install this package:
Version:
2.1.0-1 ▾
|
vending-mp-tcn-dep
/
usr
/
local
/
lib
/
vending
/
mp
/
tcn
/
node_modules
/
engine.io-client
/
CHANGELOG.md
|
---|
The minor bump is due to changes on the server side.
This major release contains three important changes:
There is now three distinct builds (in the build/ directory):
And three bundles (in the dist/ directory) :
engine.io.js
: unminified UMD bundleengine.io.min.js
: minified UMD bundleengine.io.esm.min.js
: ESM bundlePlease note that the communication protocol was not updated, so a v5 client will be able to reach a v6 server (and vice-versa).
Reference: https://github.com/socketio/engine.io-protocol
ws
version: ~8.2.3
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
.
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
.
The major bump is due to a breaking change on the server side.
More details about this release in the blog post: https://socket.io/blog/engine-io-4-release/
v3.x clients will not be able to connect anymore (they will send a ping packet and timeout while waiting for a pong packet).
the output bundle will now be found in the dist/ folder.