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.10 to 0.1.11

2

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

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

@@ -21,2 +21,7 @@ declare module "websocket.js" {

onreconnect: (this: WebSocketClient, ev: Event) => any;
onCloseCallback (): void;
onErrorCallback (): void;
onMessageCallback (): void;
onOpenCallback (): void;
}

@@ -23,0 +28,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