Comparing version 7.2.8 to 7.2.9
@@ -62,7 +62,7 @@ // Type definitions for ws 7.2 | ||
target: WebSocket | ||
}, options?: WebSocket.EventListenerOptions) => void): void; | ||
}) => void, options?: WebSocket.EventListenerOptions): void; | ||
addEventListener(method: 'close', cb: (event: { | ||
wasClean: boolean; code: number; | ||
reason: string; target: WebSocket | ||
}, options?: WebSocket.EventListenerOptions) => void): void; | ||
}) => void, options?: WebSocket.EventListenerOptions): void; | ||
addEventListener(method: 'error', cb: (event: { | ||
@@ -73,3 +73,3 @@ error: any, | ||
target: WebSocket | ||
}, options?: WebSocket.EventListenerOptions) => void): void; | ||
}) => void, options?: WebSocket.EventListenerOptions): void; | ||
addEventListener(method: 'open', cb: (event: { target: WebSocket }) => void, options?: WebSocket.EventListenerOptions): void; | ||
@@ -76,0 +76,0 @@ addEventListener(method: string, listener: () => void, options?: WebSocket.EventListenerOptions): void; |
{ | ||
"name": "@types/ws", | ||
"version": "7.2.8", | ||
"version": "7.2.9", | ||
"description": "TypeScript definitions for ws", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7a71fd6c7865b5339c7cc06bd48cd092d12d44d59a4c62abb0ad6e0d4d904354", | ||
"typesPublisherContentHash": "9e4ff321979a3045e8c05bb54ba43e32c493eb97b27cb6c15610126ff392de6a", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Oct 2020 21:48:10 GMT | ||
* Last updated: Wed, 28 Oct 2020 17:03:42 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