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.0 to 0.6.4

lib/read_blocklet_config.js

3

lib/index.js
const pkg = require('../package.json');
const readBlockletConfig = require('./read_blocklet_config');
module.exports = {
readBlockletConfig,
sleep: (timeout = 0) => new Promise((resolve) => setTimeout(resolve, timeout)),
version: pkg.version,
};

8

package.json

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

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

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

"license": "MIT",
"gitHead": "58788ea02cdb1f6a1203b33dc01baf4376203d9b"
"dependencies": {
"debug": "^4.1.1",
"lodash": "^4.17.15"
},
"gitHead": "c9a485fb4690208885a529460289d3b9bb0269f5"
}
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