Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "map", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "async map. iterates both array and objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ Serial & Parallel Async [Map](http://en.wikipedia.org/wiki/Map_\(higher-order_function\)). Iterates arrays and objects. | ||
```js | ||
parallel = require('parallel') | ||
map = require('map') | ||
keywords = ['foo', 'bar'] | ||
@@ -14,0 +14,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
3546