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 0.6.4 to 0.6.26

1

lib/index.js

@@ -5,2 +5,3 @@ const pkg = require('../package.json');

module.exports = {
isValidPort: (port) => Number.isSafeInteger(port) && port >= 0 && port <= 65535,
readBlockletConfig,

@@ -7,0 +8,0 @@ sleep: (timeout = 0) => new Promise((resolve) => setTimeout(resolve, timeout)),

4

package.json

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

},
"version": "0.6.4",
"version": "0.6.26",
"description": "ArcBlock's JavaScript utility",

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

},
"gitHead": "c9a485fb4690208885a529460289d3b9bb0269f5"
"gitHead": "8cd17f273f20f1631ce51aaa41a53124cc9b8bc1"
}
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