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 5.5.3 to 5.6.0

dist/src/handlers/promoteAll.d.ts

6

dist/src/routes.js

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

const retryJob_1 = require("./handlers/retryJob");
const promoteAll_1 = require("./handlers/promoteAll");
exports.appRoutes = {

@@ -38,2 +39,7 @@ entryPoint: {

method: 'put',
route: '/api/queues/:queueName/promote',
handler: promoteAll_1.promoteAllHandler,
},
{
method: 'put',
route: '/api/queues/:queueName/clean/:queueStatus',

@@ -40,0 +46,0 @@ handler: cleanAll_1.cleanAllHandler,

4

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

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

"peerDependencies": {
"@bull-board/ui": "5.5.3"
"@bull-board/ui": "5.6.0"
},

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