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
159
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.10.1 to 3.10.2

4

dist/src/queueAdapters/bull.js

@@ -29,3 +29,5 @@ "use strict";

return this.queue.getJobs(jobStatuses, start, end).then((jobs) => jobs.map((job) => {
job.attemptsMade++; // increase to align it with bullMQ behavior
if (typeof (job === null || job === void 0 ? void 0 : job.attemptsMade) === 'number') {
job.attemptsMade++; // increase to align it with bullMQ behavior
}
return job;

@@ -32,0 +34,0 @@ }));

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

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

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