Socket
Socket
Sign inDemoInstall

@bull-board/api

Package Overview
Dependencies
Maintainers
1
Versions
145
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 3.3.0 to 3.3.1

2

dist/src/queueAdapters/bull.js

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

getJobs(jobStatuses, start, end) {
return this.queue.getJobs(jobStatuses, start, end);
return this.queue.getJobs(jobStatuses, start, end, true);
}

@@ -26,0 +26,0 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars

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

getJobs(jobStatuses, start, end) {
return this.queue.getJobs(jobStatuses, start, end);
return this.queue.getJobs(jobStatuses, start, end, true);
}

@@ -28,0 +28,0 @@ getJobCounts(...jobStatuses) {

{
"name": "@bull-board/api",
"version": "3.3.0",
"version": "3.3.1",
"description": "Core server APIs of bull-board",

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

Sorry, the diff of this file is not supported yet

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