@abtnode/util
Advanced tools
Comparing version 0.6.0 to 0.6.4
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, | ||
}; |
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4681
5
114
2
2
+ Addeddebug@^4.1.1
+ Addedlodash@^4.17.15
+ Addeddebug@4.4.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedms@2.1.3(transitive)