Comparing version 8.2.2 to 8.2.3
@@ -10,2 +10,3 @@ // Type definitions for ws 8.2 | ||
// Kyle Hensel <https://github.com/k-yle> | ||
// Samuel Skeen <https://github.com/cwadrupldijjit> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -175,3 +176,3 @@ | ||
declare const WebSocketAlias: typeof WebSocket; | ||
type WebSocketAlias = WebSocket; | ||
interface WebSocketAlias extends WebSocket {} // tslint:disable-line no-empty-interface | ||
@@ -352,5 +353,5 @@ declare namespace WebSocket { | ||
const WebSocketServer: typeof Server; | ||
type WebSocketServer = Server; | ||
interface WebSocketServer extends Server {} // tslint:disable-line no-empty-interface | ||
const WebSocket: typeof WebSocketAlias; | ||
type WebSocket = WebSocketAlias; | ||
interface WebSocket extends WebSocketAlias {} // tslint:disable-line no-empty-interface | ||
@@ -357,0 +358,0 @@ // WebSocket stream |
{ | ||
"name": "@types/ws", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"description": "TypeScript definitions for ws", | ||
@@ -42,2 +42,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws", | ||
"githubUsername": "k-yle" | ||
}, | ||
{ | ||
"name": "Samuel Skeen", | ||
"url": "https://github.com/cwadrupldijjit", | ||
"githubUsername": "cwadrupldijjit" | ||
} | ||
@@ -56,3 +61,3 @@ ], | ||
}, | ||
"typesPublisherContentHash": "5582235834d539b8c43a9cd869295839d1d449374992b4df4fcd4ee8d310bf4f", | ||
"typesPublisherContentHash": "68c1818ce7fc02704926ce86da9d426220e9873edb83bd108f1c6b039c276f2d", | ||
"typeScriptVersion": "3.8", | ||
@@ -59,0 +64,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Dec 2021 05:01:02 GMT | ||
* Last updated: Sat, 19 Feb 2022 03:01:34 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Paul Loyd](https://github.com/loyd), [Margus Lamp](https://github.com/mlamp), [Philippe D'Alva](https://github.com/TitaneBoy), [reduckted](https://github.com/reduckted), [teidesu](https://github.com/teidesu), [Bartosz Wojtkowiak](https://github.com/wojtkowiak), and [Kyle Hensel](https://github.com/k-yle). | ||
These definitions were written by [Paul Loyd](https://github.com/loyd), [Margus Lamp](https://github.com/mlamp), [Philippe D'Alva](https://github.com/TitaneBoy), [reduckted](https://github.com/reduckted), [teidesu](https://github.com/teidesu), [Bartosz Wojtkowiak](https://github.com/wojtkowiak), [Kyle Hensel](https://github.com/k-yle), and [Samuel Skeen](https://github.com/cwadrupldijjit). |
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
20052
318