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

guardee

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guardee - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

10

controller/connector.js

@@ -566,4 +566,4 @@ 'use strict'

console.log('failed',this.data.failed.length, e);
await this.InitConnection({initiator: true}, false);
await Util.Sleep(5000);
// await this.InitConnection({initiator: true}, false);
// await Util.Sleep(5000);

@@ -751,2 +751,8 @@ break;

}
this.GetAliveConnectionCount().then(count => {
if(count < this.threadCount) {
this.InitConnection({initiator: true}, false);
}
});
}, 1000);

@@ -753,0 +759,0 @@ } catch (e) {

2

package.json
{
"name": "guardee",
"version": "0.0.54",
"version": "0.0.55",

@@ -5,0 +5,0 @@ "description": "Guardee Wallet API",

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