array-async
Advanced tools
Comparing version 3.0.0-rc1 to 3.0.0
@@ -5,3 +5,3 @@ /*jshint -W054 */ | ||
var forEachAsync = exports.forEachAsync || require('../forEachAsync/forEachAsync').forEachAsync | ||
var forEachAsync = exports.forEachAsync || require('forEachAsync').forEachAsync | ||
, ArrayAsync | ||
@@ -8,0 +8,0 @@ ; |
{ | ||
"name": "array-async", | ||
"version": "3.0.0-rc1", | ||
"version": "3.0.0", | ||
"description": "FuturesJS/ArrayAsync - The diet cola of asynchronous array utilities.", | ||
"homepage": "https://github.com/FuturesJS/ArrayAsync", | ||
"main": "array-async.js", | ||
@@ -17,2 +18,3 @@ "directories": { | ||
"keywords": [ | ||
"futuresjs", | ||
"forEach", | ||
@@ -34,3 +36,3 @@ "every", | ||
], | ||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info/)", | ||
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", | ||
"license": "Apache2", | ||
@@ -37,0 +39,0 @@ "bugs": { |
@@ -14,3 +14,3 @@ ArrayAsync | ||
* `reduceAsync` | ||
* `reduceRightAsync\*` (uses reversed copy of original array) | ||
* `reduceRightAsync`\* (uses reversed copy of original array) | ||
@@ -28,2 +28,6 @@ Each of the other array methods is a thin (12-line long) wrapper around the | ||
```bash | ||
bower install ArrayAsync | ||
``` | ||
```html | ||
@@ -30,0 +34,0 @@ <script src="https://raw.github.com/FuturesJS/forEachAsync/master/forEachAsync.js"></script> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
21447
13
291
1
105