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.1

6

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

@@ -26,5 +26,3 @@ "main": "index.js",

},
"dependencies": {
}
"dependencies": {}
}

@@ -149,4 +149,12 @@ #async-args

## 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
[1]: https://www.npmjs.com/package/async#constantvalues
[2]: https://www.npmjs.com/package/async
[2]: https://www.npmjs.com/package/async
[3]: https://tonicdev.com/majgis/async-args