Comparing version 0.6.6 to 0.7.0
{ "name" : "cli", | ||
"description" : "A tool for rapidly building command line apps", | ||
"version" : "0.6.6", | ||
"version" : "0.7.0", | ||
"homepage" : "http://github.com/chriso/cli", | ||
@@ -17,3 +17,3 @@ "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"], | ||
"dependencies": { | ||
"glob": "~ 3.2.1", | ||
"glob": "^5.0.10", | ||
"exit": "0.1.2" | ||
@@ -25,5 +25,3 @@ }, | ||
"engines": { "node": ">=0.2.5" }, | ||
"licenses": [{ | ||
"type": "MIT" | ||
}] | ||
"license": "MIT" | ||
} |
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
50095
14
1219
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedglob@^5.0.10