Gathering detailed insights and metrics for @anchan828/nest-bullmq-terminus
Gathering detailed insights and metrics for @anchan828/nest-bullmq-terminus
Gathering detailed insights and metrics for @anchan828/nest-bullmq-terminus
Gathering detailed insights and metrics for @anchan828/nest-bullmq-terminus
npm install @anchan828/nest-bullmq-terminus
Typescript
Module System
Node Version
NPM Version
65.8
Supply Chain
74.3
Quality
75
Maintenance
100
Vulnerability
100
License
TypeScript (97.99%)
JavaScript (2.01%)
Total Downloads
58,893
Last Day
1
Last Week
4
Last Month
38
Last Year
4,917
MIT License
25 Stars
3,005 Commits
5 Forks
2 Watchers
3 Branches
2 Contributors
Updated on Sep 05, 2024
Minified
Minified + Gzipped
Latest Version
3.2.23
Package Id
@anchan828/nest-bullmq-terminus@3.2.23
Unpacked Size
10.12 kB
Size
3.44 kB
File Count
11
NPM Version
lerna/3.1.0/node@v20.10.0+x64 (linux)
Node Version
20.10.0
Published on
Dec 17, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
300%
4
Compared to previous week
Last Month
-94%
38
Compared to previous month
Last Year
-74.2%
4,917
Compared to previous year
1
2
The terminus of The Bull module for Nest.
1$ npm i --save @anchan828/nest-bullmq-terminus @nestjs/terminus @anchan828/nest-bullmq bullmq
1import { BullHealthIndicator, BullHealthModule } from "@anchan828/nest-bullmq-terminus"; 2 3@Controller("/health") 4class BullHealthController { 5 constructor(private health: HealthCheckService, private bull: BullHealthIndicator) {} 6 7 @Get() 8 @HealthCheck() 9 check() { 10 return this.health.check([() => this.bull.isHealthy()]); 11 } 12} 13 14@Module({ 15 controllers: [BullHealthController], 16 imports: [BullHealthModule, TerminusModule], 17}) 18export class HealthModule {}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
Details
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
31 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More