Gathering detailed insights and metrics for @keyv/compress-brotli
Gathering detailed insights and metrics for @keyv/compress-brotli
Gathering detailed insights and metrics for @keyv/compress-brotli
Gathering detailed insights and metrics for @keyv/compress-brotli
Simple key-value storage with support for multiple backends
npm install @keyv/compress-brotli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (99.24%)
Shell (0.34%)
CSS (0.29%)
JavaScript (0.13%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,928 Stars
1,658 Commits
179 Forks
20 Watchers
3 Branches
75 Contributors
Updated on Jul 12, 2025
Latest Version
2.0.5
Package Id
@keyv/compress-brotli@2.0.5
Unpacked Size
8.97 kB
Size
3.28 kB
File Count
7
NPM Version
11.4.1
Node Version
20.17.0
Published on
Jun 10, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
1
6
Brotli compression for Keyv
Brotli compression for Keyv.
Brotli is a data compression algorithm that is designed to be fast and efficient.
1npm install --save keyv @keyv/compress-brotli
1import Keyv from 'keyv'; 2import KeyvBrotli from '@keyv/compress-brotli'; 3 4const keyv = new Keyv({store: new Map(), compression: new KeyvBrotli()}); 5
All options for @keyv/compress-brotli
are based on the package compress-brotli
No vulnerabilities found.
Reason
30 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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