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.10 to 3.2.11

5

dist/src/index.js

@@ -13,6 +13,7 @@ "use strict";

const { bullBoardQueues, setQueues, replaceQueues, addQueue, removeQueue } = queuesApi_1.getQueuesApi(queues);
const uiBasePath = path_1.default.dirname(require.resolve('@bull-board/ui/package.json'));
serverAdapter
.setQueues(bullBoardQueues)
.setViewsPath(path_1.default.resolve('node_modules/@bull-board/ui/dist'))
.setStaticPath('/static', path_1.default.resolve('node_modules/@bull-board/ui/dist/static'))
.setViewsPath(path_1.default.join(uiBasePath, 'dist'))
.setStaticPath('/static', path_1.default.join(uiBasePath, 'dist/static'))
.setEntryRoute(routes_1.appRoutes.entryPoint)

@@ -19,0 +20,0 @@ .setErrorHandler(error_1.errorHandler)

2

package.json
{
"name": "@bull-board/api",
"version": "3.2.10",
"version": "3.2.11",
"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