Comparing version 7.2.9 to 7.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for ws 7.2 | ||
// Type definitions for ws 7.4 | ||
// Project: https://github.com/websockets/ws | ||
@@ -238,3 +238,3 @@ // Definitions by: Paul Loyd <https://github.com/loyd> | ||
handleUpgrade(request: http.IncomingMessage, socket: net.Socket, | ||
upgradeHead: Buffer, callback: (client: WebSocket) => void): void; | ||
upgradeHead: Buffer, callback: (client: WebSocket, request: http.IncomingMessage) => void): void; | ||
shouldHandle(request: http.IncomingMessage): boolean | Promise<boolean>; | ||
@@ -241,0 +241,0 @@ |
{ | ||
"name": "@types/ws", | ||
"version": "7.2.9", | ||
"version": "7.4.0", | ||
"description": "TypeScript definitions for ws", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9e4ff321979a3045e8c05bb54ba43e32c493eb97b27cb6c15610126ff392de6a", | ||
"typesPublisherContentHash": "77b3e10cf373ea323f596b45785b79dd2b23f671bdbc08a581245f57a083fd1b", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 28 Oct 2020 17:03:42 GMT | ||
* Last updated: Mon, 09 Nov 2020 23:49:39 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/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
15758