@types/socket.io
Advanced tools
Comparing version 1.4.37 to 1.4.38
@@ -619,3 +619,3 @@ // Type definitions for socket.io 1.4.5 | ||
*/ | ||
join( name: string, fn?: ( err?: any ) => void ): Socket; | ||
join( name: string|string[], fn?: ( err?: any ) => void ): Socket; | ||
@@ -622,0 +622,0 @@ /** |
{ | ||
"name": "@types/socket.io", | ||
"version": "1.4.37", | ||
"version": "1.4.38", | ||
"description": "TypeScript definitions for socket.io", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "937075b61c2a658ba528440049ed89bf0f962c1822adbb6654fd559a58312b74", | ||
"typesPublisherContentHash": "797670cb0002bbe8901c7607337e46c10746ba8b4b739cc99f818a116d4be749", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Last updated: Thu, 23 Aug 2018 17:24:04 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: SocketIO |
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
24947