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

reconnecting-websocket

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reconnecting-websocket - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

dist/index.d.ts

@@ -13,3 +13,3 @@ interface ReconnectingWebsocket extends WebSocket {

debug?: boolean;
}) => void;
}) => ReconnectingWebsocket;
export = ReconnectingWebsocket;

@@ -214,3 +214,4 @@ "use strict";

};
return this;
};
module.exports = ReconnectingWebsocket;

@@ -14,4 +14,4 @@ declare module "index" {

debug?: boolean;
}) => void;
}) => ReconnectingWebsocket;
export = ReconnectingWebsocket;
}

@@ -215,4 +215,5 @@ define("index", ["require", "exports"], function (require, exports) {

};
return this;
};
return ReconnectingWebsocket;
});

@@ -250,4 +250,5 @@ /*!

};
return this as ReconnectingWebsocket;
};
export = ReconnectingWebsocket;
{
"name": "reconnecting-websocket",
"version": "3.2.0",
"version": "3.2.1",
"description": "Reconnecting WebSocket",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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