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

@types/ws

Package Overview
Dependencies
Maintainers
1
Versions
77
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 7.2.8 to 7.2.9

6

ws/index.d.ts

@@ -62,7 +62,7 @@ // Type definitions for ws 7.2

target: WebSocket
}, options?: WebSocket.EventListenerOptions) => void): void;
}) => void, options?: WebSocket.EventListenerOptions): void;
addEventListener(method: 'close', cb: (event: {
wasClean: boolean; code: number;
reason: string; target: WebSocket
}, options?: WebSocket.EventListenerOptions) => void): void;
}) => void, options?: WebSocket.EventListenerOptions): void;
addEventListener(method: 'error', cb: (event: {

@@ -73,3 +73,3 @@ error: any,

target: WebSocket
}, options?: WebSocket.EventListenerOptions) => void): void;
}) => void, options?: WebSocket.EventListenerOptions): void;
addEventListener(method: 'open', cb: (event: { target: WebSocket }) => void, options?: WebSocket.EventListenerOptions): void;

@@ -76,0 +76,0 @@ addEventListener(method: string, listener: () => void, options?: WebSocket.EventListenerOptions): void;

{
"name": "@types/ws",
"version": "7.2.8",
"version": "7.2.9",
"description": "TypeScript definitions for ws",

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

},
"typesPublisherContentHash": "7a71fd6c7865b5339c7cc06bd48cd092d12d44d59a4c62abb0ad6e0d4d904354",
"typesPublisherContentHash": "9e4ff321979a3045e8c05bb54ba43e32c493eb97b27cb6c15610126ff392de6a",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Mon, 26 Oct 2020 21:48:10 GMT
* Last updated: Wed, 28 Oct 2020 17:03:42 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