Gathering detailed insights and metrics for @keyv/compress-lz4
Gathering detailed insights and metrics for @keyv/compress-lz4
Gathering detailed insights and metrics for @keyv/compress-lz4
Gathering detailed insights and metrics for @keyv/compress-lz4
Simple key-value storage with support for multiple backends
npm install @keyv/compress-lz4
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66
Supply Chain
72.7
Quality
84
Maintenance
100
Vulnerability
99.6
License
TypeScript (99.28%)
Shell (0.32%)
CSS (0.27%)
JavaScript (0.12%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,929 Stars
1,659 Commits
179 Forks
20 Watchers
2 Branches
75 Contributors
Updated on Jul 13, 2025
Latest Version
1.0.1
Package Id
@keyv/compress-lz4@1.0.1
Unpacked Size
8.01 kB
Size
2.98 kB
File Count
7
NPM Version
11.4.2
Node Version
22.12.0
Published on
Jul 09, 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
lz4 compression for Keyv
lz4 compression for Keyv.
lz4
is a data compression algorithm that is designed to be fast and efficient and is provided by the package lz4-napi.
1npm install --save keyv @keyv/compress-lz4
1import Keyv from 'keyv'; 2import KeyvLz4 from '@keyv/compress-lz4'; 3 4const keyv = new Keyv({store: new Map(), compression: new KeyvLz4()}); 5
All options for @keyv/compress-lz4
are based on the package lz4-napi.
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