New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bull-board/api

Package Overview
Dependencies
Maintainers
1
Versions
173
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.12.1 to 4.12.2

2

dist/src/handlers/queues.js

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

attempts: jobProps.attemptsMade,
delay: job.opts.delay,
delay: jobProps.delay,
failedReason: jobProps.failedReason,

@@ -18,0 +18,0 @@ stacktrace,

@@ -32,2 +32,3 @@ import { RedisInfo } from 'redis-info';

processedOn?: number | null;
delay?: number;
timestamp: number;

@@ -34,0 +35,0 @@ failedReason: string;

{
"name": "@bull-board/api",
"version": "4.12.1",
"version": "4.12.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