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
176
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 6.7.2 to 6.7.3

2

dist/src/handlers/queues.js

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

const jobProps = job.toJSON();
const stacktrace = jobProps.stacktrace ? jobProps.stacktrace.filter(Boolean) : [];
const stacktrace = jobProps.stacktrace ? jobProps.stacktrace.filter(Boolean).toReversed() : [];
return {

@@ -10,0 +10,0 @@ id: jobProps.id,

{
"name": "@bull-board/api",
"version": "6.7.2",
"version": "6.7.3",
"description": "A Dashboard server API built on top of bull or bullmq.",

@@ -42,3 +42,3 @@ "keywords": [

"peerDependencies": {
"@bull-board/ui": "6.7.2"
"@bull-board/ui": "6.7.3"
},

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