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 6.0.0 to 6.0.1

5

index.d.ts

@@ -164,2 +164,7 @@ // Type definitions for Queue 4.5.1

(callback?: QueueWorkerCallback): void;
/**
* Override queue timeout.
*/
timeout?: number;
}

@@ -166,0 +171,0 @@

8

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

@@ -25,8 +25,8 @@ "keywords": [

"browserify": "^16.2.3",
"coveralls": "^3.0.2",
"coveralls": "^3.0.3",
"istanbul": "^0.4.5",
"standard": "^12.0.1",
"tape": "^4.9.1",
"tape": "^4.10.1",
"tsd-check": "*",
"typescript": "^3.2.2"
"typescript": "^3.3.3333"
},

@@ -33,0 +33,0 @@ "scripts": {

@@ -179,3 +179,3 @@ ```

The latest stable release is published to [npm](http://npmjs.org/queue). Abbreviated changelog below:
* [6.0](https://github.com/jessetane/queue/archive/6.0.0.tar.gz)
* [6.0](https://github.com/jessetane/queue/archive/6.0.1.tar.gz)
* Add `start` event before job begins (@joelgriffith)

@@ -182,0 +182,0 @@ * Add `timeout` property on a job to override the queue's timeout (@joelgriffith)

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