Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "eachr", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Give eachr an array or object, and the iterator, in return eachr will give the iterator the value and key of each item, and will stop if the iterator returned false.", | ||
@@ -26,3 +26,5 @@ "homepage": "https://github.com/bevry/eachr", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"typechecker": "~2.0.1" | ||
}, | ||
"devDependencies": { | ||
@@ -29,0 +31,0 @@ "coffee-script": "~1.6.2", |
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
4874
1
+ Addedtypechecker@~2.0.1
+ Addedtypechecker@2.0.8(transitive)