Socket
Socket
Sign inDemoInstall

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.57 to 0.0.58

20

controller/connector.js

@@ -751,12 +751,6 @@ 'use strict'

}
if(this.data.failed.length > 0) {
this.thread -= this.data.failed.length;
}
// if(this.data.failed.length > 0) {
// this.thread -= this.data.failed.length;
// }
this.GetAliveConnectionCount(true).then(count => {
console.log('alive thread',count);
if(count < this.threadCount) {
this.InitConnection({initiator: true}, false).then(res => console.log);
}
});

@@ -767,3 +761,9 @@ }, 1000);

this.status = ConnectorStatus.ready;
if(e.code === 'ERR_SENDING') {
this.GetAliveConnectionCount(true).then(count => {
console.log('alive thread',count);
if(count < this.threadCount) {
this.InitConnection({initiator: true}, false).then(res => console.log);
}
});
if(e.code === 'ERR_SENDING' || this.data.failed.length > 0) {
await Util.Sleep(1000);

@@ -770,0 +770,0 @@ if(this.data.send.length > 0) this.SendDataSequence();

{
"name": "guardee",
"version": "0.0.57",
"version": "0.0.58",

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