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

bull-arena

Package Overview
Dependencies
Maintainers
38
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bull-arena - npm Package Compare versions

Comparing version 3.30.4 to 4.0.0

9

package.json

@@ -28,2 +28,3 @@ {

"bull": "^3.16.0",
"commitizen": "^4.2.5",
"conventional-changelog-conventionalcommits": "^4.3.0",

@@ -42,2 +43,3 @@ "eslint": "^7.23.0",

"ci:commitlint": "commitlint --from \"origin/${GITHUB_BASE_REF:-master}\"",
"cm": "git cz",
"dry:run": "npm publish --dry-run",

@@ -49,2 +51,7 @@ "lint": "prettier -c .",

},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"engines": {

@@ -65,3 +72,3 @@ "node": ">=7.6.0"

"repository": "https://github.com/bee-queue/arena.git",
"version": "3.30.4"
"version": "4.0.0"
}

2

src/server/views/dashboard/index.js

@@ -15,3 +15,3 @@ const router = require('express').Router();

router.get(
'/:queueHost/:queueName/:state(waiting|active|completed|succeeded|failed|delayed|paused|waiting-children).:ext?',
'/:queueHost/:queueName/:state(waiting|prioritized|active|completed|succeeded|failed|delayed|paused|waiting-children).:ext?',
queueJobsByState

@@ -18,0 +18,0 @@ );

@@ -84,2 +84,3 @@ const _ = require('lodash');

'waiting',
'prioritized',
'active',

@@ -86,0 +87,0 @@ 'completed',

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