Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
17
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.0.6

19

CHANGELOG.md

@@ -0,1 +1,20 @@

## [4.0.6](https://github.com/socketio/engine.io/compare/4.0.5...4.0.6) (2021-01-04)
### Bug Fixes
* correctly pass the options when using the Server constructor ([#610](https://github.com/socketio/engine.io/issues/610)) ([cec2750](https://github.com/socketio/engine.io/commit/cec27502f5b55c8a2ff289db34019629bf6a97ca))
# [3.5.0](https://github.com/socketio/engine.io/compare/3.4.2...3.5.0) (2020-12-30)
### Features
* add support for all cookie options ([19cc582](https://github.com/socketio/engine.io/commit/19cc58264a06dca47ed401fbaca32dcdb80a903b)), closes [/github.com/jshttp/cookie#options-1](https://github.com//github.com/jshttp/cookie/issues/options-1)
* disable perMessageDeflate by default ([5ad2736](https://github.com/socketio/engine.io/commit/5ad273601eb66c7b318542f87026837bf9dddd21))
## [4.0.5](https://github.com/socketio/engine.io/compare/4.0.4...4.0.5) (2020-12-07)

@@ -2,0 +21,0 @@

2

lib/engine.io.js

@@ -29,3 +29,3 @@ /**

// if first argument is not an http server, then just make a regular eio server
return new Server(arguments);
return new Server(...arguments);
};

@@ -32,0 +32,0 @@

{
"name": "engine.io",
"version": "4.0.5",
"version": "4.0.6",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",

@@ -32,5 +32,5 @@ "main": "lib/engine.io.js",

"cors": "~2.8.5",
"debug": "~4.1.0",
"debug": "~4.3.1",
"engine.io-parser": "~4.0.0",
"ws": "^7.1.2"
"ws": "~7.4.2"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"eiows": "^3.3.0",
"engine.io-client": "4.0.5",
"engine.io-client": "4.0.6",
"eslint": "^4.19.1",

@@ -43,0 +43,0 @@ "eslint-config-prettier": "^6.9.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc