simple-bin-help
Advanced tools
Comparing version 1.7.8 to 1.8.0
{ | ||
"name": "simple-bin-help", | ||
"description": "Simple help and sanity checks for Node CLI bin scripts", | ||
"main": "index.js", | ||
"version": "1.7.8", | ||
"main": "dist/index.js", | ||
"version": "1.8.0", | ||
"scripts": { | ||
"test": "mocha --harmony spec", | ||
"test": "mocha spec", | ||
"semantic-release": "semantic-release", | ||
"commit": "git-issues && commit-wizard", | ||
"issues": "git-issues", | ||
"size": "npm pack --dry", | ||
"lint-ci": "standard *.js spec/*.js examples/*.js", | ||
"lint": "standard --fix *.js spec/*.js examples/*.js", | ||
"basic": "NODE_PATH=.. node examples/basic.js" | ||
"lint-ci": "standard src/index.js spec/*.js examples/*.js", | ||
"lint": "standard --fix src/index.js spec/*.js examples/*.js", | ||
"basic": "NODE_PATH=.. node examples/basic.js", | ||
"build": "esbuild src/index.js --bundle --outfile=dist/index.js --platform=node --target=node14 --format=cjs --inject:./src/import-meta-url.js --define:import.meta.url=import_meta_url" | ||
}, | ||
"engines": { | ||
"node": ">=14.16" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"dist" | ||
], | ||
@@ -41,13 +43,12 @@ "repository": { | ||
"check-more-types": "2.24.0", | ||
"git-issues": "1.3.1", | ||
"esbuild": "0.17.5", | ||
"lazy-ass": "2.0.3", | ||
"mocha": "10.2.0", | ||
"semantic-release": "19.0.5", | ||
"standard": "17.0.0" | ||
}, | ||
"dependencies": { | ||
"standard": "17.0.0", | ||
"debug": "4.3.4", | ||
"update-notifier": "5.1.0", | ||
"update-notifier": "6.0.2", | ||
"word-wrap": "1.2.3" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 6 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 24 instances 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
661687
0
18192
9
63
25
- Removeddebug@4.3.4
- Removedupdate-notifier@5.1.0
- Removedword-wrap@1.2.3
- Removed@sindresorhus/is@0.14.0(transitive)
- Removed@szmarczak/http-timer@1.1.2(transitive)
- Removedansi-align@3.0.1(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedboxen@5.1.2(transitive)
- Removedcacheable-request@6.1.0(transitive)
- Removedcamelcase@6.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedci-info@2.0.0(transitive)
- Removedcli-boxes@2.2.1(transitive)
- Removedclone-response@1.0.3(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedconfigstore@5.0.1(transitive)
- Removedcrypto-random-string@2.0.0(transitive)
- Removeddebug@4.3.4(transitive)
- Removeddecompress-response@3.3.0(transitive)
- Removeddeep-extend@0.6.0(transitive)
- Removeddefer-to-connect@1.1.3(transitive)
- Removeddot-prop@5.3.0(transitive)
- Removedduplexer3@0.1.5(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedescape-goat@2.1.1(transitive)
- Removedget-stream@4.1.05.2.0(transitive)
- Removedglobal-dirs@3.0.1(transitive)
- Removedgot@9.6.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedhas-yarn@2.1.0(transitive)
- Removedhttp-cache-semantics@4.1.1(transitive)
- Removedimport-lazy@2.1.0(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removedini@1.3.82.0.0(transitive)
- Removedis-ci@2.0.0(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedis-installed-globally@0.4.0(transitive)
- Removedis-npm@5.0.0(transitive)
- Removedis-obj@2.0.0(transitive)
- Removedis-path-inside@3.0.3(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedis-yarn-global@0.3.0(transitive)
- Removedjson-buffer@3.0.0(transitive)
- Removedkeyv@3.1.0(transitive)
- Removedlatest-version@5.1.0(transitive)
- Removedlowercase-keys@1.0.12.0.0(transitive)
- Removedmake-dir@3.1.0(transitive)
- Removedmimic-response@1.0.1(transitive)
- Removedminimist@1.2.8(transitive)
- Removedms@2.1.2(transitive)
- Removednormalize-url@4.5.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedp-cancelable@1.1.0(transitive)
- Removedpackage-json@6.5.0(transitive)
- Removedprepend-http@2.0.0(transitive)
- Removedpump@3.0.2(transitive)
- Removedpupa@2.1.1(transitive)
- Removedrc@1.2.8(transitive)
- Removedregistry-auth-token@4.2.2(transitive)
- Removedregistry-url@5.1.0(transitive)
- Removedresponselike@1.0.2(transitive)
- Removedsemver@6.3.17.6.3(transitive)
- Removedsemver-diff@3.1.1(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedstrip-json-comments@2.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedto-readable-stream@1.0.0(transitive)
- Removedtype-fest@0.20.2(transitive)
- Removedtypedarray-to-buffer@3.1.5(transitive)
- Removedunique-string@2.0.0(transitive)
- Removedupdate-notifier@5.1.0(transitive)
- Removedurl-parse-lax@3.0.0(transitive)
- Removedwidest-line@3.1.0(transitive)
- Removedword-wrap@1.2.3(transitive)
- Removedwrap-ansi@7.0.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedwrite-file-atomic@3.0.3(transitive)
- Removedxdg-basedir@4.0.0(transitive)