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

@bull-board/api

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/api - npm Package Compare versions

Comparing version 3.2.3 to 3.2.4

dist/src/constants/statuses.d.ts

2

bullAdapter.d.ts

@@ -1,1 +0,1 @@

export { BullAdapter } from './dist/queueAdapters/bull';
export { BullAdapter } from './dist/src/queueAdapters/bull';

@@ -1,1 +0,1 @@

module.exports = require('./dist/queueAdapters/bull');
module.exports = require('./dist/src/queueAdapters/bull');

@@ -1,1 +0,1 @@

export { BullMQAdapter } from './dist/queueAdapters/bullMQ';
export { BullMQAdapter } from './dist/src/queueAdapters/bullMQ';

@@ -1,2 +0,1 @@

/// <reference path="./dist/queueAdapters/bullMQ.d.ts" />
module.exports = require('./dist/queueAdapters/bullMQ');
module.exports = require('./dist/src/queueAdapters/bullMQ');
{
"name": "@bull-board/api",
"version": "3.2.3",
"version": "3.2.4",
"description": "Core server APIs of bull-board",

@@ -20,6 +20,5 @@ "keywords": [

"author": "felixmosh",
"main": "dist/index.js",
"main": "dist/src/index.js",
"files": [
"dist",
"typings",
"*Adapter.*"

@@ -26,0 +25,0 @@ ],

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