Comparing version 8.5.2 to 8.5.3
@@ -64,6 +64,6 @@ // Type definitions for ws 8.5 | ||
onopen: (event: WebSocket.Event) => void; | ||
onerror: (event: WebSocket.ErrorEvent) => void; | ||
onclose: (event: WebSocket.CloseEvent) => void; | ||
onmessage: (event: WebSocket.MessageEvent) => void; | ||
onopen: ((event: WebSocket.Event) => void) | null; | ||
onerror: ((event: WebSocket.ErrorEvent) => void) | null; | ||
onclose: ((event: WebSocket.CloseEvent) => void) | null; | ||
onmessage: ((event: WebSocket.MessageEvent) => void) | null; | ||
@@ -70,0 +70,0 @@ constructor(address: null); |
{ | ||
"name": "@types/ws", | ||
"version": "8.5.2", | ||
"version": "8.5.3", | ||
"description": "TypeScript definitions for ws", | ||
@@ -60,3 +60,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws", | ||
}, | ||
"typesPublisherContentHash": "60bc396d4e227e7caaf1c042796b37f092ff47f0cc499a6994a0f38590aa0645", | ||
"typesPublisherContentHash": "736677af1e79719b2a3c152433fa403a596bc2e7ff92dfa676dcb9800e971164", | ||
"typeScriptVersion": "3.9", | ||
@@ -63,0 +63,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 01 Mar 2022 21:01:59 GMT | ||
* Last updated: Fri, 11 Mar 2022 23:31:44 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
20834