New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.1.10

2

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

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

@@ -19,2 +19,4 @@ declare module "websocket.js" {

listeners: {[id: string]: Function};
onreconnect: (this: WebSocketClient, ev: Event) => any;
}

@@ -21,0 +23,0 @@

///<reference path="index.d.ts"/>
import WebSocketClient from "websocket.js";
let wsClient = new WebSocketClient("ws://...");
wsClient.onreconnect = () => {};
wsClient.onopen = () => {};
wsClient.onclose = () => {};
wsClient.onmessage = () => {};
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