Socket
Socket
Sign inDemoInstall

neo-async

Package Overview
Dependencies
0
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0-0

all.js

25

package.json
{
"name": "neo-async",
"version": "2.3.0",
"version": "2.4.0-0",
"description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
"main": "index.js",
"scripts": {
"test": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec ./test --recursive",
"clean": "rm -rf coverage",
"cov:100": "grep Lines | perl -nle 'my ($l, $c, $p, @d) = split(/[\\s%]+/); exit(($p == 100) == 0)'"
},
"main": "async.js",
"license": "MIT",

@@ -18,13 +13,5 @@ "keywords": "async, util",

"homepage": "https://github.com/suguru03/neo-async",
"files": [
"LICENSE",
"CHANGELOG.md",
"index.js",
"lib/async.js",
"lib/async.min.js",
"dist/async.js",
"dist/async.min.js"
],
"dependencies": {},
"devDependencies": {
"aigle": "^1.7.0",
"async": "^2.5.0",

@@ -36,2 +23,3 @@ "benchmark": "^2.1.1",

"event-stream": "^3.3.3",
"fs-extra": "^4.0.1",
"func-comparator": "^0.7.2",

@@ -57,3 +45,4 @@ "gulp": "^3.9.1",

"run-sequence": "^1.2.2"
}
}
},
"browser": "async.min.js"
}

@@ -11,5 +11,2 @@ # Neo-Async

[![nodei](https://nodei.co/npm/neo-async.png?stars=true&downloads=true&downloadRank=true)](http://npm-stat.com/charts.html?package=neo-async)
Neo-Async is thought to be used as a drop-in replacement for [Async](https://github.com/caolan/async), it almost fully covers its functionality and runs [faster](#benchmark).

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