Socket
Socket
Sign inDemoInstall

@types/engine.io

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/engine.io - npm Package Compare versions

Comparing version 3.1.6 to 3.1.7

3

engine.io/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for engine.io 3.1

import { EventEmitter } from "events";
import { Duplex } from "stream";

@@ -150,3 +151,3 @@ declare namespace engine {

*/
handleUpgrade(req: http.IncomingMessage, socket: net.Socket, head: Buffer): this;
handleUpgrade(req: http.IncomingMessage, socket: Duplex, head: Buffer): this;
/**

@@ -153,0 +154,0 @@ * Attach this Server instance to an http.Server

{
"name": "@types/engine.io",
"version": "3.1.6",
"version": "3.1.7",
"description": "TypeScript definitions for engine.io",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/engine.io",

},
"typesPublisherContentHash": "8bc85b4eabf21b3b85ec911c127b25250c4d6f43b03f324afdb7b0ea7bd923da",
"typesPublisherContentHash": "6c0bc6588bef97d6a76d4da55f838387c023f0ca1ec25c5ab808721f5f1901fc",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 19:03:14 GMT
* Last updated: Tue, 03 Aug 2021 08:31:20 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc