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

concurrent-promise-queue

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurrent-promise-queue - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

7

package.json
{
"name": "concurrent-promise-queue",
"version": "1.0.1",
"version": "1.0.2",
"description": "Allows promises to be queued up and executed at a maximum rate defined by time or max concurrency",
"keywords": ["queue", "concurrency", "concurrent", "parralel", "job", "task", "async", "asynchronous", "promise"],
"repository": "github:doo-gl/concurrent-promise-queue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "tsc"
},

@@ -11,0 +12,0 @@ "author": "Doogal Simpson",

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