Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/websocket

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/websocket - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

16

websocket/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc