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.0-alpha.0 to 4.0.0-alpha.1

15

CHANGELOG.md

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

# [4.0.0-alpha.1](https://github.com/socketio/engine.io/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-02-12)
#### Links
- Server release: [v4.0.0-alpha.1](https://github.com/socketio/engine.io-client/releases/tag/v4.0.0-alpha.1)
- ws version: [^7.1.2](https://github.com/websockets/ws/releases/tag/7.1.2)
# [4.0.0-alpha.0](https://github.com/socketio/engine.io/compare/3.4.0...v4.0.0-alpha.0) (2020-02-12)

@@ -70,1 +79,7 @@

* v3.x clients will not be able to connect anymore (they will send a ping packet and timeout while waiting for a pong packet).
#### Links
- Server release: [v4.0.0-alpha.0](https://github.com/socketio/engine.io-client/releases/tag/v4.0.0-alpha.0)
- ws version: [^7.1.2](https://github.com/websockets/ws/releases/tag/7.1.2)

4

package.json
{
"name": "engine.io",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",

@@ -38,3 +38,3 @@ "main": "lib/engine.io",

"babel-eslint": "^8.0.2",
"engine.io-client": "git+https://github.com/socketio/engine.io-client.git#v4",
"engine.io-client": "~4.0.0-alpha.1",
"eslint": "^4.19.1",

@@ -41,0 +41,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