Socket
Socket
Sign inDemoInstall

@types/ws

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ws - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

4

ws/index.d.ts

@@ -47,4 +47,4 @@ // Type definitions for ws 6.0

pong(data?: any, mask?: boolean, cb?: (err: Error) => void): void;
send(data: any, cb?: (err: Error) => void): void;
send(data: any, options: { mask?: boolean; binary?: boolean; compress?: boolean; fin?: boolean }, cb?: (err: Error) => void): void;
send(data: any, cb?: (err?: Error) => void): void;
send(data: any, options: { mask?: boolean; binary?: boolean; compress?: boolean; fin?: boolean }, cb?: (err?: Error) => void): void;
terminate(): void;

@@ -51,0 +51,0 @@

{
"name": "@types/ws",
"version": "6.0.0",
"version": "6.0.1",
"description": "TypeScript definitions for ws",

@@ -43,4 +43,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "485cc819a3e474f23677a0b60a530981b5ac1c9abcabfe606a81dfa97d5713e6",
"typesPublisherContentHash": "4ecfceef5e69e2fe7cddd05fa2ab63b16c0e5f742ac0d97a6682417ecaa46675",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 14 Aug 2018 00:52:13 GMT
* Last updated: Thu, 06 Sep 2018 00:15:01 GMT
* Dependencies: events, http, https, net, 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