Socket
Socket
Sign inDemoInstall

@types/socket.io

Package Overview
Dependencies
2
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.41 to 1.4.42

4

socket.io v1.4/index.d.ts

@@ -13,2 +13,4 @@ // Type definitions for socket.io 1.4.5

import { IncomingMessage } from "http";
declare const SocketIO: SocketIOStatic;

@@ -54,3 +56,3 @@ export = SocketIO;

interface Server {
engine: { ws: any };
engine: { ws: any, generateId: (id: IncomingMessage) => string };

@@ -57,0 +59,0 @@ /**

{
"name": "@types/socket.io",
"version": "1.4.41",
"version": "1.4.42",
"description": "TypeScript definitions for socket.io",

@@ -49,4 +49,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "9b6edad1ce9dc2a4d0932bead8b8cefa396fab7778ee35620e22577b0e70656d",
"typesPublisherContentHash": "578b13e360cd5f7a9548ad9190cbb333f94503155c7ed6639927b33ee30a5ef0",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 13:12:39 GMT
* Last updated: Tue, 11 Aug 2020 09:51:52 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: `SocketIO`

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc