Socket
Socket
Sign inDemoInstall

async-args

Package Overview
Dependencies
1
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

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

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

@@ -40,2 +40,3 @@ #async-args

* [select](#asyncargsselectselector-selector-)
* [order](#asyncargsorderinteger-integer-)
* [debug](#asyncargsdebugmsg-logger)

@@ -124,2 +125,12 @@

###AsyncArgs.order([integer], [integer], ...)
Change the order of the arguments.
async.waterfall([
outputArg1Arg2Arg3, // (next)
AsyncArgs.order(2, 0, 1), // (arg1, arg2, arg3, next)
aFunctionTakingTwoArgs // (arg3, arg1, arg2, next)
], next)
###AsyncArgs.debug([msg, [logger]])

@@ -126,0 +137,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc