apigeetool
Advanced tools
Comparing version 0.0.1 to 0.0.4
{ | ||
"name": "apigeetool", | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"description": "A CLI for Apigee Edge", | ||
"main": "lib/main.js", | ||
"bin": "lib/cli.js", | ||
"bin": { | ||
"apigeetool": "./lib/cli.js" | ||
}, | ||
"scripts": { | ||
@@ -17,12 +19,12 @@ "test": "mocha" | ||
"dependencies": { | ||
"request": "2.x.x" | ||
"async": "0.x.x", | ||
"request": "2.x.x", | ||
"mustache": "x.x.x", | ||
"node-zip": "1.x.x", | ||
"underscore": "1.x.x" | ||
}, | ||
"devDependencies": { | ||
"async": "0.x.x", | ||
"connect": "2.x.x", | ||
"express": "4.x.x", | ||
"node-zip": "1.x.x", | ||
"underscore": "1.x.x", | ||
"mustache": "x.x.x" | ||
"express": "4.x.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
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
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
2
6
0
62709
5
16
1718
1
+ Addedasync@0.x.x
+ Addedmustache@x.x.x
+ Addednode-zip@1.x.x
+ Addedunderscore@1.x.x
+ Addedasync@0.9.2(transitive)
+ Addedjszip@2.5.0(transitive)
+ Addedmustache@4.2.0(transitive)
+ Addednode-zip@1.1.1(transitive)
+ Addedpako@0.2.9(transitive)
+ Addedunderscore@1.13.7(transitive)