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

2

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

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

@@ -41,3 +41,3 @@ #async-args

**AsyncArgs.constants([constant], [constant], ...)**
###AsyncArgs.constants([constant], [constant], ...)

@@ -54,3 +54,3 @@ Pass constants as arguments to the adjoining function. Arguments from the

**AsyncArgs.appendConstants([constant], [constant], ...)**
###AsyncArgs.appendConstants([constant], [constant], ...)

@@ -65,3 +65,3 @@ Append constants to the arguments coming from the preceding function.

**AsyncArgs.prependConstants([constant], [constant], ...)**
###AsyncArgs.prependConstants([constant], [constant], ...)

@@ -76,3 +76,3 @@ Prepend constants to the arguments coming from the preceding function

**AsyncArgs.select([bool], [bool], ...])**
###AsyncArgs.select([bool], [bool], ...])

@@ -110,3 +110,3 @@ Select a subset of arguments coming from the preceding function

**asyncArgs.store([key1], [key2], ...)**
###asyncArgs.store([key1], [key2], ...)

@@ -122,3 +122,3 @@ Store selected arguments coming from the previous function to the context

**asyncArgs.values([key1], [key2], ...)**
###asyncArgs.values([key1], [key2], ...)

@@ -136,3 +136,3 @@ Pull specific values from the context object and pass as arguments to the

**asyncArgs.appendValues([key1], [key2], ...)**
###asyncArgs.appendValues([key1], [key2], ...)

@@ -150,3 +150,3 @@ Pull specific values from the context object and append to the arguments coming

**asyncArgs.prependValues([key1], [key2], ...)**
###asyncArgs.prependValues([key1], [key2], ...)

@@ -153,0 +153,0 @@ Pull specific values from the context object and prepend to the arguments coming