@abtnode/util
Advanced tools
Comparing version 0.6.4 to 0.6.26
@@ -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)), |
@@ -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" | ||
} |
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
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
4765
115