Comparing version 1.0.7 to 1.0.10
{ | ||
"name": "@vmm/cli", | ||
"version": "1.0.7", | ||
"version": "1.0.10", | ||
"description": "vmm cli interface", | ||
@@ -10,3 +10,6 @@ "author": { | ||
"bin": { | ||
"vmm": "./js/vmm.js" | ||
"vmmInitProject": "./sh/vmmInitProject.sh", | ||
"vmmInitModule": "./sh/vmmInitModule.sh", | ||
"vmmInitHtml": "./sh/vmmInitHtml.sh", | ||
"vmmInitService": "./sh/vmmInitService.sh" | ||
}, | ||
@@ -18,5 +21,3 @@ "scripts": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"commander": "^3.0.2" | ||
} | ||
"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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
1
3585
7
0
- Removedcommander@^3.0.2
- Removedcommander@3.0.2(transitive)