You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

async-args

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-args - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "async-args",
"version": "1.0.1",
"version": "1.0.2",
"description": "A utility for use in conjunction with async.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,4 +26,11 @@ #async-args

# Static Usage
## Concepts
Think of async-args as a collection of factory functions which produce
async functions to replace, select, or insert arguments. You can explore an
interactive code example [here][3].
## Static Usage
The static library is returned from the require statement

@@ -78,3 +85,3 @@

# Instance Usage
## Instance Usage

@@ -151,9 +158,2 @@ An instance is returned by calling the static library, which allows the storing

## Concepts
Think of async-args as a collection of factory functions which produce
async functions to replace, select, or insert arguments. You can explore an
interactive code example [here][3].
[0]: https://www.npmjs.com/package/async#waterfalltasks-callback

@@ -160,0 +160,0 @@ [1]: https://www.npmjs.com/package/async#constantvalues