@types/angular-websocket
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -37,5 +37,7 @@ // Type definitions for angular-websocket 2.0 | ||
*/ | ||
type IWebSocketProvider = | ||
(url: string, protocols?: string | string[] | IWebSocketConfigOptions, | ||
options?: IWebSocketConfigOptions) => IWebSocket; | ||
type IWebSocketProvider = ( | ||
url: string, | ||
protocols?: string | string[] | IWebSocketConfigOptions, | ||
options?: IWebSocketConfigOptions, | ||
) => IWebSocket; | ||
@@ -42,0 +44,0 @@ /** Options available to be specified for IWebSocket.onMessage */ |
{ | ||
"name": "@types/angular-websocket", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "TypeScript definitions for angular-websocket", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-websocket", | ||
}, | ||
"typesPublisherContentHash": "30061ac486ae0e0413fbf82b9d1de2085834de2f305c9a94b467b44c27fb22fd", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "922205ba6177cee64da460c594fe140a77fa18e7e645181276978c198900680f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 21:44:24 GMT | ||
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular) | ||
@@ -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
8770
144