Socket
Socket
Sign inDemoInstall

@types/websocket

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/websocket - npm Package Compare versions

Comparing version 0.0.36 to 0.0.37

6

websocket/index.d.ts

@@ -574,2 +574,8 @@ // Type definitions for websocket

/**
* Will cancel an in-progress connection request before either the `connect` event or the `connectFailed` event has been emitted.
* If the `connect` or `connectFailed` event has already been emitted, calling `abort()` will do nothing.
*/
abort(): void;
// Events

@@ -576,0 +582,0 @@ on(event: string, listener: () => void): this;

4

websocket/package.json
{
"name": "@types/websocket",
"version": "0.0.36",
"version": "0.0.37",
"description": "TypeScript definitions for websocket",

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

},
"typesPublisherContentHash": "7baf6da6f2ff8f7cd0868b70c0a1011f45820ef48e3412d92720d9663818ffa0",
"typesPublisherContentHash": "86611a284c5d17127fa1e5f236adf219603ca6f91fd2b489dbaa150965d1f49e",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT
* Last updated: Tue, 13 Feb 2018 20:54:40 GMT
* Dependencies: events, http, https, net, url, 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