Sign In

engine.io-client

Package Overview
Dependencies
Maintainers
2
Versions
165
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
3.5.4
to
3.5.5
+9
-0
CHANGELOG.md

@@ -0,1 +1,10 @@

## [3.5.5](https://github.com/socketio/engine.io-client/compare/3.5.4...3.5.5) (2025-11-17)
### Bug Fixes
* prevent infinite loop with Node.js built-in WebSocket ([ee468e6](https://github.com/socketio/engine.io-client/commit/ee468e681c71463a1699c9b108abae05e54241cf))
## [3.5.4](https://github.com/socketio/engine.io-client/compare/3.5.3...3.5.4) (2024-06-18)

@@ -2,0 +11,0 @@

+1
-0

@@ -248,2 +248,3 @@ /**

if (typeof this.ws !== 'undefined') {
this.ws.onerror = () => {};
this.ws.close();

@@ -250,0 +251,0 @@ }

+1
-1

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

"license": "MIT",
"version": "3.5.4",
"version": "3.5.5",
"main": "lib/index.js",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/socketio/engine.io-client",

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