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 1.4.35 to 1.4.36

15

socket.io/index.d.ts

@@ -1,4 +0,9 @@

// Type definitions for socket.io 1.4.4
// Type definitions for socket.io 1.4.5
// Project: http://socket.io/
// Definitions 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>
// Definitions 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -130,3 +135,3 @@

*/
origins(): string;
origins(): string|string[];

@@ -139,3 +144,3 @@ /**

*/
origins( v: string ): Server;
origins( v: string|string[] ): Server;

@@ -304,3 +309,3 @@ /**

*/
origins?: string;
origins?: string|string[];

@@ -307,0 +312,0 @@ /**

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

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

"githubUsername": "gigi"
},
{
"name": "Ezinwa Okpoechi",
"url": "https://github.com/BrainMaestro",
"githubUsername": "BrainMaestro"
}

@@ -43,4 +48,4 @@ ],

},
"typesPublisherContentHash": "d826a9a35c266f03289e58f47a9b739da8c1a4f99bf8ee3a4ff21642e4ed7bdf",
"typesPublisherContentHash": "c5495c2e3122176369227be32f2c410a2300ff6c4eebc709cc1140498b4ac165",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 15 Jun 2018 21:26:44 GMT
* Last updated: Mon, 18 Jun 2018 22:47:06 GMT
* Dependencies: 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>.
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>.
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