Gathering detailed insights and metrics for keyv-fs-sync
Gathering detailed insights and metrics for keyv-fs-sync
Gathering detailed insights and metrics for keyv-fs-sync
Gathering detailed insights and metrics for keyv-fs-sync
npm install keyv-fs-sync
Typescript
Module System
Min. Node Version
Node Version
NPM Version
64.6
Supply Chain
67.5
Quality
73.3
Maintenance
100
Vulnerability
98.6
License
JavaScript (100%)
Total Downloads
1,202
Last Day
1
Last Week
2
Last Month
11
Last Year
75
NOASSERTION License
14 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Oct 03, 2019
Minified
Minified + Gzipped
Latest Version
0.1.0
Package Id
keyv-fs-sync@0.1.0
Unpacked Size
4.57 kB
Size
2.24 kB
File Count
4
NPM Version
6.11.3
Node Version
12.11.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-60%
2
Compared to previous week
Last Month
10%
11
Compared to previous month
Last Year
38.9%
75
Compared to previous year
A pretty simple filesystem based backend for Keyv.
Status: prototype
My use-case was to have a simple, transparent, filesystem based cache for HTTP requests (using got
).
But as I would be storing binary data, using keyv-file
would grow out of hand.
This library uses very simple filesystem operations to implement the Map API. Get = reading a file. Set = writing a file. Delete = deleting a file. etc...
Again for simplicity sake, this uses the node.js synchronous filesystem API. Should this be a bottleneck for you somehow, you probably need something more elaborate than this library anyway. Try Redis instead?
keyv-fs exists, but seems unmaintained and has a number uneccesary dependencies.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/14 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
Score
Last Scanned on 2025-05-12
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