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.83 to 0.0.84

5

controller/connector.js

@@ -764,2 +764,4 @@ 'use strict'

this.status = ConnectorStatus.ready;
clearInterval(interval);
return;
}

@@ -769,4 +771,3 @@ if(this.data.failed.length > 0) {

}
if(this.thread >= this.threadCount || this.data.send.length === 0) {
clearInterval(interval);
if(this.thread >= this.threadCount) {
return;

@@ -773,0 +774,0 @@ }

2

package.json
{
"name": "guardee",
"version": "0.0.83",
"version": "0.0.84",
"description": "Guardee Wallet API",

@@ -5,0 +5,0 @@ "main": "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