Socket
Socket
Sign inDemoInstall

@types/socket.io

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/socket.io - npm Package Compare versions

Comparing version 2.1.10 to 2.1.11

4

socket.io/index.d.ts

@@ -17,3 +17,3 @@ // Type definitions for socket.io 2.1

import engine = require('engine.io');
import { Server as HttpServer } from 'http';
import { Server as HttpServer, IncomingMessage } from 'http';
import { Server as HttpsServer } from 'https';

@@ -85,3 +85,3 @@ import { EventEmitter } from 'events';

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

@@ -88,0 +88,0 @@ /**

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

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

},
"typesPublisherContentHash": "fa5e818ab8d97d307843b967db5941c1966572b0e5fd4d50f663241755a1f999",
"typesPublisherContentHash": "3b4e29ef1e7ac0f79f9945375873467511ca53711c7fd0c5d20192e86ccb0b25",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 21 Jul 2020 18:50:27 GMT
* Last updated: Tue, 11 Aug 2020 09:51:52 GMT
* Dependencies: [@types/engine.io](https://npmjs.com/package/@types/engine.io), [@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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc