You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →
Socket
Book a DemoInstallSign in
Socket

engine.io

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io - npm Package Compare versions

Comparing version

to
6.6.3

4

build/server.d.ts
import { EventEmitter } from "events";
import { Socket } from "./socket";
import type { SerializeOptions } from "cookie";
import type { IncomingMessage, Server as HttpServer, ServerResponse } from "http";
import type { CookieSerializeOptions } from "cookie";
import type { CorsOptions, CorsOptionsDelegate } from "cors";

@@ -102,3 +102,3 @@ import type { Duplex } from "stream";

*/
cookie?: (CookieSerializeOptions & {
cookie?: (SerializeOptions & {
name: string;

@@ -105,0 +105,0 @@ }) | boolean;

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

@@ -34,3 +34,2 @@ "type": "commonjs",

"dependencies": {
"@types/cookie": "^0.4.1",
"@types/cors": "^2.8.12",

@@ -40,3 +39,3 @@ "@types/node": ">=10.0.0",

"base64id": "2.0.0",
"cookie": "~0.7.2",
"cookie": "~1.0.2",
"cors": "~2.8.5",

@@ -43,0 +42,0 @@ "debug": "~4.3.1",