@jamsite/jamsite-cli
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
try { | ||
return require(`../lib/command-${command}`) | ||
return require(`../lib/commands/${command}`) | ||
} catch (e) { | ||
@@ -21,0 +21,0 @@ if (e.code === 'MODULE_NOT_FOUND') { |
{ | ||
"name": "@jamsite/jamsite-cli", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Jamsite cli - JAMstack framework cli interface", | ||
@@ -46,3 +46,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/jamsite/jamsite-cli#readme" | ||
"homepage": "https://github.com/jamsite/jamsite-cli#readme", | ||
"dependencies": { | ||
"exec-sh": "^0.3.4" | ||
} | ||
} |
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
84709
16
2162
1
1
1
+ Addedexec-sh@^0.3.4
+ Addedexec-sh@0.3.6(transitive)