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 4.0.2 to 5.1.0

3

ws/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for ws 4.0
// Type definitions for ws 5.1
// Project: https://github.com/websockets/ws

@@ -179,2 +179,3 @@ // Definitions by: Paul Loyd <https://github.com/loyd>

address(): { port: number; family: string; address: string; };
close(cb?: (err?: Error) => void): void;

@@ -181,0 +182,0 @@ handleUpgrade(request: http.IncomingMessage, socket: net.Socket,

{
"name": "@types/ws",
"version": "4.0.2",
"version": "5.1.0",
"description": "TypeScript definitions for ws",

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

},
"typesPublisherContentHash": "b35a345f45e2615d5973b9fe5717b79e0c973a6500c66455b16dce72838bea90",
"typesPublisherContentHash": "ddf4c88f12d9f4ace375a2ae3baf95b848230237e0dab5e79a2a2e53290b28b8",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 28 Mar 2018 17:46:05 GMT
* Last updated: Thu, 03 May 2018 15:33:57 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