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.3 to 2.1.4

8

socket.io/index.d.ts

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

// Marek Urbanowicz <https://github.com/murbanowicz>
// Kevin Kam <https://github.com/kevinkam>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -383,2 +384,9 @@

cookie?: string|boolean;
/**
* Whether to let engine.io handle the OPTIONS requests.
* You can also pass a custom function to handle the requests
* @default true
*/
handlePreflightRequest?: ((req: any, res: any) => void) | boolean;
}

@@ -385,0 +393,0 @@

9

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

@@ -41,2 +41,7 @@ "license": "MIT",

"githubUsername": "murbanowicz"
},
{
"name": "Kevin Kam",
"url": "https://github.com/kevinkam",
"githubUsername": "kevinkam"
}

@@ -55,4 +60,4 @@ ],

},
"typesPublisherContentHash": "7cecf6e25dc894a290ce5a3971b0c10ec8f873f113a70db39875407d39ce1935",
"typesPublisherContentHash": "a4315cc356f276350cd60d7c7648283aee33d25df3ddd90989616a470eb96ccf",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 24 Sep 2019 21:33:42 GMT
* Last updated: Tue, 08 Oct 2019 19:52:56 GMT
* Dependencies: @types/node

@@ -17,2 +17,2 @@ * Global values: SocketIO

# Credits
These definitions were written by PROGRE <https://github.com/progre>, Damian Connolly <https://github.com/divillysausages>, Florent Poujol <https://github.com/florentpoujol>, KentarouTakeda <https://github.com/KentarouTakeda>, Alexey Snigirev <https://github.com/gigi>, Ezinwa Okpoechi <https://github.com/BrainMaestro>, and Marek Urbanowicz <https://github.com/murbanowicz>.
These definitions were written by PROGRE <https://github.com/progre>, Damian Connolly <https://github.com/divillysausages>, Florent Poujol <https://github.com/florentpoujol>, KentarouTakeda <https://github.com/KentarouTakeda>, Alexey Snigirev <https://github.com/gigi>, Ezinwa Okpoechi <https://github.com/BrainMaestro>, Marek Urbanowicz <https://github.com/murbanowicz>, and Kevin Kam <https://github.com/kevinkam>.
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