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 8.2.2 to 8.2.3

7

ws/index.d.ts

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

// Kyle Hensel <https://github.com/k-yle>
// Samuel Skeen <https://github.com/cwadrupldijjit>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -175,3 +176,3 @@

declare const WebSocketAlias: typeof WebSocket;
type WebSocketAlias = WebSocket;
interface WebSocketAlias extends WebSocket {} // tslint:disable-line no-empty-interface

@@ -352,5 +353,5 @@ declare namespace WebSocket {

const WebSocketServer: typeof Server;
type WebSocketServer = Server;
interface WebSocketServer extends Server {} // tslint:disable-line no-empty-interface
const WebSocket: typeof WebSocketAlias;
type WebSocket = WebSocketAlias;
interface WebSocket extends WebSocketAlias {} // tslint:disable-line no-empty-interface

@@ -357,0 +358,0 @@ // WebSocket stream

{
"name": "@types/ws",
"version": "8.2.2",
"version": "8.2.3",
"description": "TypeScript definitions for ws",

@@ -42,2 +42,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws",

"githubUsername": "k-yle"
},
{
"name": "Samuel Skeen",
"url": "https://github.com/cwadrupldijjit",
"githubUsername": "cwadrupldijjit"
}

@@ -56,3 +61,3 @@ ],

},
"typesPublisherContentHash": "5582235834d539b8c43a9cd869295839d1d449374992b4df4fcd4ee8d310bf4f",
"typesPublisherContentHash": "68c1818ce7fc02704926ce86da9d426220e9873edb83bd108f1c6b039c276f2d",
"typeScriptVersion": "3.8",

@@ -59,0 +64,0 @@ "exports": {

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

### Additional Details
* Last updated: Tue, 07 Dec 2021 05:01:02 GMT
* Last updated: Sat, 19 Feb 2022 03:01:34 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), [Margus Lamp](https://github.com/mlamp), [Philippe D'Alva](https://github.com/TitaneBoy), [reduckted](https://github.com/reduckted), [teidesu](https://github.com/teidesu), [Bartosz Wojtkowiak](https://github.com/wojtkowiak), and [Kyle Hensel](https://github.com/k-yle).
These definitions were written by [Paul Loyd](https://github.com/loyd), [Margus Lamp](https://github.com/mlamp), [Philippe D'Alva](https://github.com/TitaneBoy), [reduckted](https://github.com/reduckted), [teidesu](https://github.com/teidesu), [Bartosz Wojtkowiak](https://github.com/wojtkowiak), [Kyle Hensel](https://github.com/k-yle), and [Samuel Skeen](https://github.com/cwadrupldijjit).
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