@types/socket.io
Advanced tools
Comparing version 1.4.30 to 1.4.31
// 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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24610
681