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.67 to 0.0.68

3

controller/connector.js

@@ -575,2 +575,3 @@ 'use strict'

try {
if(!connection.channel) continue;
if(connection.channel.bufferedAmount > 512 * 1024) continue;

@@ -588,4 +589,2 @@ if(connection.status === ConnectionStatus.connected) {

await Util.Sleep(50);

@@ -592,0 +591,0 @@ } catch (e) {

{
"name": "guardee",
"version": "0.0.67",
"version": "0.0.68",

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