Socket
Socket
Sign inDemoInstall

fastq

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastq - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

2

index.d.ts

@@ -20,3 +20,3 @@ declare function fastq<C, T = any, R = any>(context: C, worker: fastq.worker<C, T, R>, concurrency: number): fastq.queue<T, R>

killAndDrain(): any
error(handler: errorHandler): void
error(handler: errorHandler<T>): void
concurrency: number

@@ -23,0 +23,0 @@ drain(): any

{
"name": "fastq",
"version": "1.13.0",
"version": "1.14.0",
"description": "Fast, in memory work queue",

@@ -5,0 +5,0 @@ "main": "queue.js",

@@ -228,3 +228,3 @@ # fastq

Set a global error handler. `handler(err, task)` will be called
when any of the tasks return an error.
each time a task is completed, `err` will be not null if the task has thrown an error.

@@ -231,0 +231,0 @@ -------------------------------------------------------

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