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

queue

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

readme.md

9

index.js

@@ -119,8 +119,5 @@ var inherits = require('inherits');

Queue.prototype.end = function(err) {
if (this.jobs.length || this.pending) {
this.jobs = [];
this.pending = 0;
this.session++;
done.call(this, err);
}
this.jobs = [];
this.pending = 0;
done.call(this, err);
};

@@ -127,0 +124,0 @@

{
"name": "queue",
"version": "3.0.4",
"version": "3.0.5",
"description": "asynchronous function queue with adjustable concurrency",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,4 +5,5 @@ require('./synchronous');

require('./length');
require('./error');
require('./stop');
require('./end');
require('./end');
require('./error-sync');
require('./error-async');
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