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

11

index.js

@@ -137,13 +137,2 @@ function storeMetaFactory(lookup) {

function flattenFactory(){
var flattenBools = Array.prototype.slice.call(arguments)
return function flatten(){
var args = Array.prototype.slice.call(arguments)
var lastArgIndex = args.length - 1
var next = args[lastArgIndex]
args = args.slice(0, lastArgIndex)
}
}
function AsyncArgs(lookup) {

@@ -150,0 +139,0 @@ lookup = lookup || {}

2

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

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