Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

websocket.js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket.js - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "websocket.js",
"version": "0.1.8",
"version": "0.1.9",
"description": "WebSocket browser client with reconnect back-off feature.",

@@ -5,0 +5,0 @@ "repository": {

@@ -10,3 +10,3 @@ declare module "websocket.js" {

class WebSocketClient {
class WebSocketClient extends WebSocket {
constructor (url: string, protocols?: string[], options?: WebSocketConnectionOptions);

@@ -20,9 +20,2 @@ url: string;

listeners: {[id: string]: Function};
onclose: Function;
onerror: Function;
onmessage: Function;
onopen: Function;
onreconnect: Function;
}

@@ -29,0 +22,0 @@

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