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 7.3.2 to 7.3.3

dist/index.d.ts

7

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

@@ -14,6 +14,6 @@ "license": "MIT",

"scripts": {
"build": "tsc --build --clean",
"build": "del-cli dist && tsc",
"test": "xo && ava",
"bench": "node --loader=ts-node/esm bench.ts",
"prepublishOnly": "tsc --build --clean"
"prepublishOnly": "del-cli dist && tsc"
},

@@ -56,2 +56,3 @@ "files": [

"benchmark": "^2.1.4",
"del-cli": "^5.0.0",
"delay": "^5.0.0",

@@ -58,0 +59,0 @@ "in-range": "^3.0.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