Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
20
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.0 to 6.4.1

2

build/engine.io.d.ts

@@ -5,3 +5,3 @@ import { Server, AttachOptions, ServerOptions } from "./server";

export { Server, transports, listen, attach, parser };
export { AttachOptions, ServerOptions } from "./server";
export type { AttachOptions, ServerOptions, BaseServer } from "./server";
export { uServer } from "./userver";

@@ -8,0 +8,0 @@ export { Socket } from "./socket";

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

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -341,2 +341,10 @@

- `Error`: error object
- `upgrading`
- Fired when the client starts the upgrade to a better transport like WebSocket.
- **Arguments**
- `Object`: the transport
- `upgrade`
- Fired when the client completes the upgrade to a better transport like WebSocket.
- **Arguments**
- `Object`: the transport
- `flush`

@@ -343,0 +351,0 @@ - Called when the write buffer is being flushed.

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