@abtnode/util
Advanced tools
Comparing version 0.9.0 to 0.9.1-beta.1
const pkg = require('../package.json'); | ||
const readBlockletConfig = require('./read_blocklet_config'); | ||
const normalizePathPrefix = require('./normalize_path_prefix'); | ||
const isDocker = require('./is_docker'); | ||
module.exports = { | ||
isDocker, | ||
isValidPort: (port) => Number.isSafeInteger(port) && port >= 0 && port <= 65535, | ||
@@ -7,0 +9,0 @@ normalizePathPrefix, |
@@ -51,2 +51,3 @@ const fs = require('fs'); | ||
logoUrl: false, | ||
logo: false, | ||
author: false, | ||
@@ -53,0 +54,0 @@ charging: false, |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.9.0", | ||
"version": "0.9.1-beta.1", | ||
"description": "ArcBlock's JavaScript utility", | ||
@@ -25,2 +25,3 @@ "main": "lib/index.js", | ||
"debug": "^4.1.1", | ||
"is-docker": "^2.1.1", | ||
"lodash": "^4.17.15", | ||
@@ -31,5 +32,4 @@ "nedb": "^1.8.0" | ||
"eslint": "7.5.0", | ||
"jest": "^26.1.0" | ||
}, | ||
"gitHead": "da5c07c2092b46d3e7aacd25f13ffda7a09d0417" | ||
"jest": "^25.2.7" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
5667
7
131
4
3
1
+ Addedis-docker@^2.1.1
+ Addedis-docker@2.2.1(transitive)