Gathering detailed insights and metrics for keyv-fs
Gathering detailed insights and metrics for keyv-fs
Gathering detailed insights and metrics for keyv-fs
Gathering detailed insights and metrics for keyv-fs
npm install keyv-fs
Typescript
Module System
Node Version
NPM Version
69.3
Supply Chain
78.2
Quality
73.7
Maintenance
100
Vulnerability
98.6
License
JavaScript (100%)
Total Downloads
7,530
Last Day
37
Last Week
137
Last Month
684
Last Year
5,056
MIT License
1 Stars
5 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Dec 15, 2018
Latest Version
1.0.2
Package Id
keyv-fs@1.0.2
Unpacked Size
10.07 kB
Size
3.73 kB
File Count
4
NPM Version
4.2.0
Node Version
7.10.1
Cumulative downloads
Total Downloads
Last Day
94.7%
37
Compared to previous day
Last Week
1.5%
137
Compared to previous week
Last Month
6.5%
684
Compared to previous month
Last Year
2,440.7%
5,056
Compared to previous year
1
Filesystem storage adapter for Keyv. Especially useful for browser cache.
1npm install keyv-fs
1const Keyv = require('keyv'); 2const KeyvFs = require('keyv-fs'); 3 4const fsStore = new KeyvFs(); 5const keyv = new Keyv({ store: fsStore });
new KeyvFs(fs, rootDir, clean)
fs: custom file system, such as memory-fs, if omited, local file system is implied.
rootDir: directory where cache folder is placed, process.cwd()
is by default. Cache folder is named with keyvs namespace.
clean: whether to clear the cache folder when startup, false by default.
MIT.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
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
branch protection not enabled on development/release branches
Details
Reason
75 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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