Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
6
Maintainers
2
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
15Next

5.1.0

Diff

Changelog

Source

5.1.0 (2021-05-04)

Features

  • add a "connection_error" event (7096e98)
  • add the "initial_headers" and "headers" events (2527543)

Performance Improvements

  • websocket: add a "wsPreEncoded" writing option (7706b12)
  • websocket: fix write back-pressure (#618) (ad5306a)
darrachequesne
published 5.0.0 •

Changelog

Source

5.0.0 (2021-03-10)

Bug Fixes

Features

  • increase the default value of pingTimeout (5a7fa13)
  • remove dynamic require() with wsEngine (edb7343)

BREAKING CHANGES

  • the syntax of the "wsEngine" option is updated

Before:

const eioServer = require("engine.io")(httpServer, {
  wsEngine: "eiows"
});

After:

const eioServer = require("engine.io")(httpServer, {
  wsEngine: require("eiows").Server
});
darrachequesne
published 4.1.1 •

Changelog

Source

4.1.1 (2021-02-02)

Bug Fixes

darrachequesne
published 4.1.0 •

Changelog

Source

4.1.0 (2021-01-14)

Features

  • add support for v3.x clients (663d326)
darrachequesne
published 4.0.6 •

Changelog

Source

4.0.6 (2021-01-04)

Bug Fixes

  • correctly pass the options when using the Server constructor (#610) (cec2750)
darrachequesne
published 3.5.0 •

Changelog

Source

3.5.0 (2020-12-30)

Features

darrachequesne
published 4.0.5 •

Changelog

Source

4.0.5 (2020-12-07)

No change on the server-side, this matches the client release.

darrachequesne
published 4.0.4 •

Changelog

Source

4.0.4 (2020-11-17)

No change on the server-side, this matches the client release.

darrachequesne
published 4.0.3 •

Changelog

Source

4.0.3 (2020-11-17)

No change on the server-side, this matches the client release.

darrachequesne
published 4.0.2 •

Changelog

Source

4.0.2 (2020-11-09)

Bug Fixes

  • add extension in the package.json main entry (#608) (17b8c2f)
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