Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.30 to 1.4.31

12

socket.io/index.d.ts
// Type definitions for socket.io 1.4.4
// 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>
// 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: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -68,2 +68,12 @@

/**
* Sets a modifier for a subsequent event emission that the event data may be lost if the clients are not ready to receive messages
*/
volatile: Server;
/**
* Sets a modifier for a subsequent event emission that the event data will only be broadcast to the current node
*/
local: Server;
/**
* Server request verification function, that checks for allowed origins

@@ -70,0 +80,0 @@ * @param req The http.IncomingMessage request

21

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

@@ -9,15 +9,24 @@ "license": "MIT",

"name": "PROGRE",
"url": "https://github.com/progre"
"url": "https://github.com/progre",
"githubUsername": "progre"
},
{
"name": "Damian Connolly",
"url": "https://github.com/divillysausages"
"url": "https://github.com/divillysausages",
"githubUsername": "divillysausages"
},
{
"name": "Florent Poujol",
"url": "https://github.com/florentpoujol"
"url": "https://github.com/florentpoujol",
"githubUsername": "florentpoujol"
},
{
"name": "KentarouTakeda",
"url": "https://github.com/KentarouTakeda"
"url": "https://github.com/KentarouTakeda",
"githubUsername": "KentarouTakeda"
},
{
"name": "Alexey Snigirev",
"url": "https://github.com/gigi",
"githubUsername": "gigi"
}

@@ -34,4 +43,4 @@ ],

},
"typesPublisherContentHash": "3f7e37c25534092c85abed5679c9c960989899e18b89af3bd308ec746fbea669",
"typesPublisherContentHash": "8682dfd254e3c308ce5bca308cb69da44d43811c10ea34c118331b57aa6150d4",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Last updated: Tue, 03 Oct 2017 17:58:33 GMT
* Dependencies: node

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

# 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>.
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>.

Sorry, the diff of this file is not supported yet

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