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.2 to 1.4.3

2

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

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

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

AsyncArgs.order(2, 0, 1), // (arg1, arg2, arg3, next)
aFunctionTakingTwoArgs // (arg3, arg1, arg2, next)
aFunctionTakingThreeArgs // (arg3, arg1, arg2, next)
], next)

@@ -207,3 +207,3 @@

asyncArgs.appendValues('arg2'), // (arg4, next)
aFunctionTakingOneArg // (arg4, arg2, next)
aFunctionTakingTwoArgs // (arg4, arg2, next)
], next)

@@ -221,3 +221,3 @@

asyncArgs.prependValues('arg2'), // (arg4, next)
aFunctionTakingOneArg // (arg2, arg4, next)
aFunctionTakingTwoArgs // (arg2, arg4, next)
], next)

@@ -224,0 +224,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