Socket
Socket
Sign inDemoInstall

fnqueue

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

lib/fnqueue.js

@@ -6,6 +6,6 @@ var

this.tasks = tasks;
this.taskDependencies = {};
this.taskDependencies = Object.create(null);
this.callback = callback;
this.callSequence = [];
this.results = {};
this.results = Object.create(null);
this.gotError = false;

@@ -12,0 +12,0 @@ this.concurrecyLevel = concurrecyLevel || 'auto';

@@ -7,3 +7,3 @@ {

"keywords": ["async", "queue", "promise", "flow", "parallel", "chain"],
"version": "2.0.1",
"version": "2.0.2",
"engines": {

@@ -10,0 +10,0 @@ "node": ">= v0.4.7"

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