@types/websocket
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -66,2 +66,10 @@ // Type definitions for websocket 1.0 | ||
closeTimeout?: number; | ||
/** | ||
* The Nagle Algorithm makes more efficient use of network resources by introducing a | ||
* small delay before sending small packets so that multiple messages can be batched | ||
* together before going onto the wire. This however comes at the cost of latency. | ||
* @default true | ||
*/ | ||
disableNagleAlgorithm?: boolean; | ||
} | ||
@@ -148,10 +156,2 @@ | ||
ignoreXForwardedFor?: boolean; | ||
/** | ||
* The Nagle Algorithm makes more efficient use of network resources by introducing a | ||
* small delay before sending small packets so that multiple messages can be batched | ||
* together before going onto the wire. This however comes at the cost of latency. | ||
* @default true | ||
*/ | ||
disableNagleAlgorithm?: boolean; | ||
} | ||
@@ -158,0 +158,0 @@ |
{ | ||
"name": "@types/websocket", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for websocket", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "b890f78b4d8f4617316b90fcba0e4e0555b1bdc780197d6420e6e9a80321a787", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "f77e59a1b8df91d979276a7ea30ed3ab0dfff6dc65e4801f43fced28b785737e", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Jul 2020 19:26:48 GMT | ||
* Last updated: Sun, 07 Mar 2021 14:02:13 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