Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bull-board/ui

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bull-board/ui - npm Package Compare versions

Comparing version 5.17.1 to 5.18.0

dist/static/1c2769ea67.chunk.js

9

dist/static/locales/en-US/messages.json

@@ -59,2 +59,3 @@ {

"EMPTY": "Empty",
"ADD_JOB": "Add job",
"RETRY_ALL_CONFIRM_MSG": "Are you sure that you want to retry all {{status}} jobs?",

@@ -119,3 +120,11 @@ "CLEAN_ALL_CONFIRM_MSG": "Are you sure that you want to clean all {{status}} jobs?",

"COLLAPSE_JOB_ERROR": "Collapse job error"
},
"ADD_JOB": {
"TITLE": "Add job",
"QUEUE_NAME": "Queue name",
"JOB_NAME": "Job name",
"JOB_DATA": "Job data",
"JOB_OPTIONS": "Job options",
"ADD": "Add"
}
}

19

package.json
{
"name": "@bull-board/ui",
"version": "5.17.1",
"version": "5.18.0",
"description": "A Dashboard UI built on top of bull or bullmq.",

@@ -29,6 +29,9 @@ "keywords": [

"clean": "rm -rf dist",
"sync:locales": "npx i18next-locales-sync -c ./localesSync.config.js"
"sync:locales": "npx i18next-locales-sync -c ./localesSync.config.js",
"gen:jsonSchema": "npm run gen:jsonSchema:bullmq && npm run gen:jsonSchema:bull",
"gen:jsonSchema:bullmq": "npx ts-json-schema-generator --path '../../node_modules/bullmq/dist/esm/interfaces/**/*.ts' --type 'JobsOptions' --out './src/schemas/bullmq/jobOptions.json'",
"gen:jsonSchema:bull": "npx ts-json-schema-generator --path '../../node_modules/bull/*.ts' --type 'Bull.JobOptions' --out './src/schemas/bull/jobOptions.json'"
},
"dependencies": {
"@bull-board/api": "5.17.1"
"@bull-board/api": "5.18.0"
},

@@ -44,2 +47,9 @@ "devDependencies": {

"@babel/runtime": "^7.17.9",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.7.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@lezer/common": "^1.2.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",

@@ -59,2 +69,3 @@ "@radix-ui/react-alert-dialog": "^1.0.4",

"clsx": "^1.1.1",
"codemirror-json-schema": "^0.7.2",
"copy-webpack-plugin": "^10.2.4",

@@ -71,2 +82,4 @@ "css-loader": "^6.7.1",

"i18next-locales-sync": "^2.0.1",
"jsoneditor": "^10.0.3",
"jsoneditor-react": "^3.1.2",
"mini-css-extract-plugin": "^2.6.0",

@@ -73,0 +86,0 @@ "nanoid": "^4.0.1",

@@ -22,2 +22,3 @@ import {

pollQueues: () => void;
addJob: (queueName: string, jobName: string, jobData: any, jobOptions: any) => () => Promise<void>;
}

@@ -24,0 +25,0 @@

@@ -5,1 +5,5 @@ declare module '*.css' {

}
declare module 'jsoneditor-react' {
export const JsonEditor: (options: any) => JSX.Element;
}
dist/static/0d0fa67503.chunk.js

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