Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-async

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-async - npm Package Compare versions

Comparing version 3.0.0-rc1 to 3.0.0

bower.json

2

array-async.js

@@ -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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc