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
2
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.4.6

CHANGELOG.md

9

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

@@ -10,3 +10,3 @@ "main": "index.js",

"style": "semistandard",
"style-format": "semistandard-format -w; semistandard"
"style-format": "semistandard --fix"
},

@@ -33,9 +33,8 @@ "repository": {

"fsmonitor": "^0.2.4",
"semistandard": "^7.0.5",
"semistandard-format": "^3.0.0",
"semistandard": "^9.2.1",
"tape": "^4.5.1"
},
"dependencies": {
"jsonpointer": "^3.0.0"
"jsonpointer": "^4.0.1"
}
}