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.5.0 to 1.6.0

index.d.ts

16

package.json
{
"name": "fastq",
"version": "1.5.0",
"version": "1.6.0",
"description": "Fast, in memory work queue",

@@ -8,3 +8,4 @@ "main": "queue.js",

"lint": "standard",
"test": "tape test.js | tap-spec"
"typescript": "tsc --project ./test/tsconfig.json",
"test": "standard && tape test/test.js | tap-spec && npm run typescript"
},

@@ -32,8 +33,9 @@ "pre-commit": [

"devDependencies": {
"async": "^2.1.0",
"neo-async": "^2.0.1",
"async": "^2.6.1",
"neo-async": "^2.5.1",
"pre-commit": "^1.2.2",
"standard": "^8.6.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0"
"standard": "^11.0.0",
"tap-spec": "^4.1.2",
"tape": "^4.9.0",
"typescript": "^2.9.1"
},

@@ -40,0 +42,0 @@ "dependencies": {

@@ -128,4 +128,4 @@ # fastq  [![build status](https://secure.travis-ci.org/mcollina/fastq.png)](http://travis-ci.org/mcollina/fastq)

Returns `true` if there are tasks being processed or waiting to be processed.
`false` otherwise.
Returns `false` if there are tasks being processed or waiting to be processed.
`true` otherwise.

@@ -132,0 +132,0 @@ -------------------------------------------------------

Sorry, the diff of this file is not supported yet

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