Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,7 @@ | ||
1.0.2 / 2015-03-22 | ||
------------------ | ||
* Relaxed lodash version dependency. | ||
1.0.1 / 2015-02-20 | ||
@@ -2,0 +8,0 @@ ------------------ |
{ | ||
"name": "argparse", | ||
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -30,3 +30,3 @@ "cli", | ||
"dependencies": { | ||
"lodash": "~3.2", | ||
"lodash": ">= 3.2.0 < 4.0.0", | ||
"sprintf-js": "~1.0.2" | ||
@@ -33,0 +33,0 @@ }, |
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
125331
+ Addedlodash@3.10.1(transitive)
- Removedlodash@3.2.0(transitive)
Updatedlodash@>= 3.2.0 < 4.0.0