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 7.2.1 to 7.2.2

5

ws/index.d.ts

@@ -10,2 +10,3 @@ // Type definitions for ws 7.2

// teidesu <https://github.com/teidesu>
// Bartosz Wojtkowiak <https://github.com/wojtkowiak>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -47,4 +48,4 @@

constructor(address: string | url.URL, options?: WebSocket.ClientOptions);
constructor(address: string | url.URL, protocols?: string | string[], options?: WebSocket.ClientOptions);
constructor(address: string | url.URL, options?: WebSocket.ClientOptions | http.ClientRequestArgs);
constructor(address: string | url.URL, protocols?: string | string[], options?: WebSocket.ClientOptions | http.ClientRequestArgs);

@@ -51,0 +52,0 @@ close(code?: number, data?: string): void;

9

ws/package.json
{
"name": "@types/ws",
"version": "7.2.1",
"version": "7.2.2",
"description": "TypeScript definitions for ws",

@@ -41,2 +41,7 @@ "license": "MIT",

"githubUsername": "teidesu"
},
{
"name": "Bartosz Wojtkowiak",
"url": "https://github.com/wojtkowiak",
"githubUsername": "wojtkowiak"
}

@@ -55,4 +60,4 @@ ],

},
"typesPublisherContentHash": "e435141b407cf4f42311dfebad78215a97fe4cd33eb6df8abf26f9c6cbdfb63e",
"typesPublisherContentHash": "4956aec51f26437cff00ee1bb021a50b0102529001cea202e50e1caeac6a4799",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 29 Jan 2020 22:02:47 GMT
* Last updated: Tue, 25 Feb 2020 19:09:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Paul Loyd (https://github.com/loyd), Matt Silverlock (https://github.com/elithrar), Margus Lamp (https://github.com/mlamp), Philippe D'Alva (https://github.com/TitaneBoy), Orblazer (https://github.com/orblazer), reduckted (https://github.com/reduckted), and teidesu (https://github.com/teidesu).
These definitions were written by [Paul Loyd](https://github.com/loyd), [Matt Silverlock](https://github.com/elithrar), [Margus Lamp](https://github.com/mlamp), [Philippe D'Alva](https://github.com/TitaneBoy), [Orblazer](https://github.com/orblazer), [reduckted](https://github.com/reduckted), [teidesu](https://github.com/teidesu), and [Bartosz Wojtkowiak](https://github.com/wojtkowiak).
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