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
165
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 4.11.0 to 4.11.1

2

dist/src/handlers/queues.js

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

data: queue.format('data', jobProps.data),
name: queue.format('name', jobProps, jobProps.name),
name: queue.format('name', jobProps, jobProps.name || ''),
returnValue: queue.format('returnValue', jobProps.returnvalue),

@@ -23,0 +23,0 @@ isFailed: !!jobProps.failedReason || (Array.isArray(stacktrace) && stacktrace.length > 0),

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

@@ -37,4 +37,3 @@ "keywords": [

"bullmq": "^1.80.6",
"ioredis-mock": "^7.2.0",
"redis-mock": "^0.56.3"
"ioredis-mock": "^7.2.0"
},

@@ -41,0 +40,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