@types/socket.io
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -9,2 +9,3 @@ // Type definitions for socket.io 2.1 | ||
// Ezinwa Okpoechi <https://github.com/BrainMaestro> | ||
// Marek Urbanowicz <https://github.com/murbanowicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -666,2 +667,8 @@ | ||
compress( compress: boolean ): Socket; | ||
/** | ||
* Emits the error | ||
* @param err Error message= | ||
*/ | ||
error(err: any): void; | ||
} | ||
@@ -668,0 +675,0 @@ |
{ | ||
"name": "@types/socket.io", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "TypeScript definitions for socket.io", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "BrainMaestro" | ||
}, | ||
{ | ||
"name": "Marek Urbanowicz", | ||
"url": "https://github.com/murbanowicz", | ||
"githubUsername": "murbanowicz" | ||
} | ||
@@ -43,3 +48,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/socket.io" | ||
}, | ||
@@ -50,4 +56,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "055e3ec36f2cff7d6c32e19fa1d24968617df26a06cc7d1003a08dd4cc7a278f", | ||
"typesPublisherContentHash": "7cecf6e25dc894a290ce5a3971b0c10ec8f873f113a70db39875407d39ce1935", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 07 Dec 2018 23:32:00 GMT | ||
* Last updated: Tue, 24 Sep 2019 21:33:42 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>. | ||
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>. |
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
26010
736