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 0.0.41 to 0.0.42

2

ws/index.d.ts

@@ -86,3 +86,3 @@ // Type definitions for ws

type VerifyClientCallbackAsync = (info: { origin: string; secure: boolean; req: http.IncomingMessage }
, callback: (res: boolean) => void) => void;
, callback: (res: boolean, code?: number, message?: string) => void) => void;

@@ -89,0 +89,0 @@ export interface IClientOptions {

{
"name": "@types/ws",
"version": "0.0.41",
"version": "0.0.42",
"description": "TypeScript definitions for ws",

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

"peerDependencies": {},
"typesPublisherContentHash": "07dbebd51602b8c14ca336c47f435b4f117bba6853a6d91a8223855b95a1a652",
"typesPublisherContentHash": "c0b0a7d7df2c9cd7185c48650668d5a18b4d7f11b090e0918aa4ee7a164665ac",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 04 May 2017 17:04:38 GMT
* Last updated: Fri, 02 Jun 2017 13:55:42 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