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 4.5.0 to 4.5.1

2

index.d.ts

@@ -35,2 +35,4 @@ // TypeScript definition for queue

timeout?:number
autostart?:boolean
results?:Array<any>
}

@@ -37,0 +39,0 @@

4

index.js

@@ -145,5 +145,5 @@ var inherits = require('inherits')

promise.then(function (result) {
next(null, result)
return next(null, result)
}).catch(function (err) {
next(err || true)
return next(err || true)
})

@@ -150,0 +150,0 @@ }

{
"name": "queue",
"version": "4.5.0",
"version": "4.5.1",
"description": "asynchronous function queue with adjustable concurrency",

@@ -5,0 +5,0 @@ "keywords": [

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