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

@abtnode/util

Package Overview
Dependencies
Maintainers
3
Versions
773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/util - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

7

lib/constants.js

@@ -66,2 +66,9 @@ module.exports = Object.freeze({

BLOCKLET_MAX_MEM_LIMIT_IN_MB: 300,
ROUTING_RULE_TYPES: Object.freeze({
NONE: 'none',
DAEMON: 'daemon',
BLOCKLET: 'blocklet',
REDIRECT: 'redirect',
GENERAL_PROXY: 'general_proxy',
}),
});

2

lib/ensure-endpoint-healthy.js

@@ -12,3 +12,2 @@ const axios = require('axios');

debug('ping if started result:', { endpoint, status: res.status });
await sleep(500);
return true;

@@ -18,3 +17,2 @@ } catch (err) {

if (err.response && err.response.status < 500) {
await sleep(500);
return true;

@@ -21,0 +19,0 @@ }

@@ -6,3 +6,3 @@ {

},
"version": "1.1.2",
"version": "1.1.3",
"description": "ArcBlock's JavaScript utility",

@@ -48,3 +48,3 @@ "main": "lib/index.js",

},
"gitHead": "35ad9101617e44c0589872a915e52acec592b937"
"gitHead": "aac520e0a288b5d3016db0578003b59288f7c32a"
}
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