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.2.6 to 3.2.7

1

dist/src/handlers/queues.js

@@ -42,2 +42,3 @@ "use strict";

returnValue: queue.format('returnValue', jobProps.returnvalue),
isFailed: !!jobProps.failedReason || (Array.isArray(stacktrace) && stacktrace.length > 0),
};

@@ -44,0 +45,0 @@ };

4

dist/src/queueAdapters/base.js

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

format(field, data) {
return typeof this.formatters[field] === 'function'
? this.formatters[field](data)
: data;
return typeof this.formatters[field] === 'function' ? this.formatters[field](data) : data;
}

@@ -19,0 +17,0 @@ }

@@ -57,2 +57,3 @@ import { BaseAdapter } from '../src/queueAdapters/base';

returnValue: QueueJobJson['returnvalue'];
isFailed: boolean;
}

@@ -59,0 +60,0 @@ export interface AppQueue {

{
"name": "@bull-board/api",
"version": "3.2.6",
"version": "3.2.7",
"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