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 3.0.0 to 3.0.1

2

ws/index.d.ts

@@ -158,3 +158,3 @@ // Type definitions for ws 3.0

path: string;
clients: WebSocket[];
clients: Set<WebSocket>;

@@ -161,0 +161,0 @@ constructor(options?: IServerOptions, callback?: Function);

{
"name": "@types/ws",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for ws",

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

"peerDependencies": {},
"typesPublisherContentHash": "1f3fe367af89f04a00da4f9e526be6ef456cf69c76b389547f43bb7dd62bf03b",
"typesPublisherContentHash": "8b097cc9bd92c921da3ce93bdc63879e313678895b5e6473bb86414194d7a463",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 02 Jun 2017 15:39:53 GMT
* Last updated: Thu, 06 Jul 2017 14:05:07 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