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

@aurox/persistent-websocket-connection

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurox/persistent-websocket-connection - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

13

dist/PersistentWebsocketConnection.js

@@ -74,10 +74,9 @@ "use strict";

this.closeConnection = () => {
if (this.connection && (this.isConnected || this.isConnecting)) {
try {
this.connection.close();
}
catch (_a) {
// Ignore errors here, failure to close is not very problematic
}
var _a;
try {
(_a = this.connection) === null || _a === void 0 ? void 0 : _a.close();
}
catch (_b) {
// Ignore errors here, failure to close is not very problematic
}
};

@@ -84,0 +83,0 @@ this.handleConnectionLost = (reason, error) => {

{
"name": "@aurox/persistent-websocket-connection",
"version": "0.2.0",
"version": "0.2.1",
"description": "Aurox Persistent Websocket Connection",

@@ -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