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.12 to 2.1.13

7

socket.io/index.d.ts

@@ -791,2 +791,7 @@ // Type definitions for socket.io 2.1

/**
* The authentication payload
*/
auth: { token: string };
/**
* The current time, as a string

@@ -824,3 +829,3 @@ */

*/
query: any;
query: Record<string, string>;
}

@@ -827,0 +832,0 @@

6

socket.io/package.json
{
"name": "@types/socket.io",
"version": "2.1.12",
"version": "2.1.13",
"description": "TypeScript definitions for socket.io",

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

},
"typesPublisherContentHash": "2d538418b6327a9faafad7e0986313d9affc32cda037c51d30ca9368b9479b78",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "a7ddb2551415fe819f85d55852a5919b2ce6ba8edf2cf570a9b5a55c916c4107",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Mon, 07 Dec 2020 16:14:38 GMT
* Last updated: Mon, 25 Jan 2021 21:56:06 GMT
* Dependencies: [@types/engine.io](https://npmjs.com/package/@types/engine.io), [@types/socket.io-parser](https://npmjs.com/package/@types/socket.io-parser), [@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