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.3 to 3.0.4

14

package.json
{
"name": "queue",
"version": "3.0.3",
"description": "async job queue with adjustable concurrency",
"version": "3.0.4",
"description": "asynchronous function queue with adjustable concurrency",
"keywords": [
"queue",
"async",
"asynchronous",
"synchronous",
"job",
"task",
"concurrency",
"concurrent"
],
"repository": {

@@ -6,0 +16,0 @@ "type": "git",

4

README.md

@@ -8,3 +8,3 @@ ```

```
async job queue with adjustable concurrency.
asynchronous function queue with adjustable concurrency.

@@ -14,3 +14,3 @@ [![browser support](http://ci.testling.com/jessetane/queue.png)](http://ci.testling.com/jessetane/queue)

## why
[async](https://github.com/caolan/async) is a big libray offering various approaches to dealing with asynchrony; `queue` is a tiny library offering a single, flexible abstraction.
[async](https://github.com/caolan/async) is a big libray offering various approaches to dealing with asynchrony; `queue` is a small library offering a single, flexible abstraction.

@@ -17,0 +17,0 @@ ## how

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