Comparing version 8.2.3 to 8.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for ws 8.2 | ||
// Type definitions for ws 8.5 | ||
// Project: https://github.com/websockets/ws | ||
@@ -213,2 +213,3 @@ // Definitions by: Paul Loyd <https://github.com/loyd> | ||
followRedirects?: boolean | undefined; | ||
generateMask?(mask: Buffer): void; | ||
handshakeTimeout?: number | undefined; | ||
@@ -227,2 +228,3 @@ maxRedirects?: number | undefined; | ||
maxPayload?: number | undefined; | ||
skipUTF8Validation?: boolean | undefined; | ||
} | ||
@@ -229,0 +231,0 @@ |
{ | ||
"name": "@types/ws", | ||
"version": "8.2.3", | ||
"version": "8.5.0", | ||
"description": "TypeScript definitions for ws", | ||
@@ -60,3 +60,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws", | ||
}, | ||
"typesPublisherContentHash": "68c1818ce7fc02704926ce86da9d426220e9873edb83bd108f1c6b039c276f2d", | ||
"typesPublisherContentHash": "5aa556a794e24717053cb3820ed284b515582a924b486950c7cea74f18267af8", | ||
"typeScriptVersion": "3.8", | ||
@@ -63,0 +63,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 19 Feb 2022 03:01:34 GMT | ||
* Last updated: Wed, 23 Feb 2022 20:01:43 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
20145
320