Comparing version 4.0.2 to 5.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for ws 4.0 | ||
// Type definitions for ws 5.1 | ||
// Project: https://github.com/websockets/ws | ||
@@ -179,2 +179,3 @@ // Definitions by: Paul Loyd <https://github.com/loyd> | ||
address(): { port: number; family: string; address: string; }; | ||
close(cb?: (err?: Error) => void): void; | ||
@@ -181,0 +182,0 @@ handleUpgrade(request: http.IncomingMessage, socket: net.Socket, |
{ | ||
"name": "@types/ws", | ||
"version": "4.0.2", | ||
"version": "5.1.0", | ||
"description": "TypeScript definitions for ws", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b35a345f45e2615d5973b9fe5717b79e0c973a6500c66455b16dce72838bea90", | ||
"typesPublisherContentHash": "ddf4c88f12d9f4ace375a2ae3baf95b848230237e0dab5e79a2a2e53290b28b8", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 28 Mar 2018 17:46:05 GMT | ||
* Last updated: Thu, 03 May 2018 15:33:57 GMT | ||
* Dependencies: events, http, https, net, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
12586
174