@abtnode/util
Advanced tools
Comparing version 0.9.1-beta.1 to 0.9.4
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, | ||
@@ -9,0 +7,0 @@ normalizePathPrefix, |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.9.1-beta.1", | ||
"version": "0.9.4", | ||
"description": "ArcBlock's JavaScript utility", | ||
@@ -25,3 +25,2 @@ "main": "lib/index.js", | ||
"debug": "^4.1.1", | ||
"is-docker": "^2.1.1", | ||
"lodash": "^4.17.15", | ||
@@ -33,3 +32,4 @@ "nedb": "^1.8.0" | ||
"jest": "^25.2.7" | ||
} | ||
}, | ||
"gitHead": "65f9d0b5af0c49d203877bfbee21baa279a1b7cd" | ||
} |
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
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
3
2
0
5518
6
127
- Removedis-docker@^2.1.1
- Removedis-docker@2.2.1(transitive)