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 5.18.1 to 5.18.2

22

dist/typings/app.d.ts

@@ -170,2 +170,3 @@ import { RedisInfo } from 'redis-info';

};
dateFormats?: DateFormats;
}>;

@@ -176,2 +177,23 @@ export type FavIcon = {

};
export type DateFormats = {
/**
* When timestamp is in same day (today)
*
* @example `hh:mm:ss`
* @see https://date-fns.org/v3.6.0/docs/format
*/
short?: string;
/**
* When timestamp is in same year
*
* @example `MM-dd hh:mm:ss`
* @see https://date-fns.org/v3.6.0/docs/format
*/
common?: string;
/**
* @example `yyyy-MM-dd hh:mm:ss`
* @see https://date-fns.org/v3.6.0/docs/format
*/
full?: string;
};
export {};

4

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

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

"peerDependencies": {
"@bull-board/ui": "5.18.1"
"@bull-board/ui": "5.18.2"
},

@@ -45,0 +45,0 @@ "publishConfig": {

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