Gathering detailed insights and metrics for fs-monkey
Gathering detailed insights and metrics for fs-monkey
Gathering detailed insights and metrics for fs-monkey
Gathering detailed insights and metrics for fs-monkey
memfs
In-memory file-system with Node's fs API.
graceful-fs
A drop-in replacement for fs, making various improvements.
http-parser-js
A pure JS HTTP parser for node.
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Monkey-patches for file system related things
npm install fs-monkey
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
112 Stars
370 Commits
19 Forks
6 Watching
6 Branches
12 Contributors
Updated on 08 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-2.8%
2,792,616
Compared to previous day
Last week
2.6%
14,513,318
Compared to previous week
Last month
11.2%
60,641,466
Compared to previous month
Last year
11.4%
684,249,261
Compared to previous year
Monkey-patches for filesystem related things.
require
function to load Node's modules from memory.fs
filesystem module.1npm install --save fs-monkey
An fs-like object is an object that implements methods of Node's
filesystem API.
It is denoted as vol
:
1let vol = { 2 readFile: () => { /* ... */ }, 3 readFileSync: () => { /* ... */ }, 4 // etc... 5}
patchFs
- rewrites Node's filesystem module fs
with fs-like object vol
patchRequire
- rewrites require
function, patches Node's module
module to use a given fs-like object for module loadingUnlicense - public domain.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
5 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 3/28 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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