Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bull-board/api

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bull-board/api - npm Package Compare versions

Comparing version 5.21.0 to 5.21.1

2

dist/src/queueAdapters/bullMQ.js

@@ -19,3 +19,3 @@ "use strict";

async clean(jobStatus, graceTimeMs) {
await this.queue.clean(graceTimeMs, 1000, jobStatus);
await this.queue.clean(graceTimeMs, Number.MAX_SAFE_INTEGER, jobStatus);
}

@@ -22,0 +22,0 @@ addJob(name, data, options) {

{
"name": "@bull-board/api",
"version": "5.21.0",
"version": "5.21.1",
"description": "A Dashboard server API built on top of bull or bullmq.",

@@ -42,3 +42,3 @@ "keywords": [

"peerDependencies": {
"@bull-board/ui": "5.21.0"
"@bull-board/ui": "5.21.1"
},

@@ -45,0 +45,0 @@ "publishConfig": {

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