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.9 to 3.0.10

14

package.json
{
"name": "queue",
"version": "3.0.9",
"version": "3.0.10",
"description": "asynchronous function queue with adjustable concurrency",

@@ -30,18 +30,8 @@ "keywords": [

"test": "node test",
"test-browser": "browserify test/index.js > test/bundle.js && { [ -x \"$(which open)\" ] && open test/index.html || xdg-open test/index.html; }",
"test-browser": "browserify test/index.js > test/bundle.js && echo \"open test/index.html in your browser\"",
"travis": "istanbul cover test --report lcovonly && cat coverage/lcov.info | coveralls",
"example": "node example"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/8..latest",
"ff/24..latest",
"chrome/25..latest",
"safari/5.1..latest",
"opera/12..latest"
]
},
"author": "Jesse Tane <jesse.tane@gmail.com>",
"license": "WTFPL"
}

@@ -11,8 +11,5 @@ ```

[![npm](http://img.shields.io/npm/v/queue.svg?style=flat)](http://www.npmjs.org/queue)
[![downloads](https://img.shields.io/npm/dm/queue.svg?style=flat)](https://www.npmjs.org/queue)
[![tests](https://img.shields.io/travis/jessetane/queue.svg?style=flat)](https://travis-ci.org/jessetane/queue)
[![coverage](https://img.shields.io/coveralls/jessetane/queue.svg?style=flat)](https://coveralls.io/r/jessetane/queue)
[![browser support](http://ci.testling.com/jessetane/queue.png)](http://ci.testling.com/jessetane/queue)
## Why

@@ -19,0 +16,0 @@ [Async](https://github.com/caolan/async) is a big library offering various approaches to dealing with asynchrony; `queue` is a small library offering a single, flexible abstraction.

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