Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-af

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-af - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.nyc_output/349f77158e91ff003c2d31a99ccb5740.json

2

AsyncAF.js

@@ -17,2 +17,4 @@ const AsyncAF = function AsyncAF(promises) {

AsyncAF.prototype.filterAF = require('./filterAF');
module.exports = AsyncAF;

8

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.1.1",
"version": "1.2.0",
"homepage": "https://github.com/AsyncAF/AsyncAF#readme",

@@ -45,3 +45,3 @@ "bugs": {

"scripts": {
"test": "mocha",
"test": "nyc mocha ./test/**/*.test.js --recursive -R nyan --inline-diffs",
"lint": "eslint *.js"

@@ -54,4 +54,6 @@ },

"eslint-plugin-import": "^2.7.0",
"mocha": "^4.0.1"
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nyc": "^11.3.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc