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

p-queue

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p-queue - npm Package Compare versions

Comparing version 6.6.1 to 6.6.2

6

dist/index.js

@@ -100,4 +100,8 @@ "use strict";

if (this._doesIntervalAllowAnother && this._doesConcurrentAllowAnother) {
const job = this._queue.dequeue();
if (!job) {
return false;
}
this.emit('active');
this._queue.dequeue()();
job();
if (canInitializeInterval) {

@@ -104,0 +108,0 @@ this._initializeIntervalIfNeeded();

22

package.json
{
"name": "p-queue",
"version": "6.6.1",
"version": "6.6.2",
"description": "Promise queue with concurrency control",

@@ -46,20 +46,20 @@ "license": "MIT",

"eventemitter3": "^4.0.4",
"p-timeout": "^3.1.0"
"p-timeout": "^3.2.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.7.0",
"@types/benchmark": "^1.0.31",
"@types/node": "^14.0.23",
"@types/benchmark": "^1.0.33",
"@types/node": "^14.6.0",
"ava": "^2.0.0",
"benchmark": "^2.1.4",
"codecov": "^3.7.1",
"del-cli": "^3.0.0",
"codecov": "^3.7.2",
"del-cli": "^3.0.1",
"delay": "^4.4.0",
"in-range": "^2.0.0",
"nyc": "^15.0.0",
"random-int": "^2.0.0",
"nyc": "^15.1.0",
"random-int": "^2.0.1",
"time-span": "^4.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.9.7",
"xo": "^0.32.1"
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"xo": "^0.33.0"
},

@@ -66,0 +66,0 @@ "ava": {

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