Gathering detailed insights and metrics for @supercharge/fs
Gathering detailed insights and metrics for @supercharge/fs
Gathering detailed insights and metrics for @supercharge/fs
Gathering detailed insights and metrics for @supercharge/fs
npm install @supercharge/fs
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (50.75%)
TypeScript (49.25%)
Total Downloads
677,399
Last Day
755
Last Week
6,081
Last Month
26,422
Last Year
374,079
MIT License
18 Stars
150 Commits
2 Forks
1 Watchers
3 Branches
3 Contributors
Updated on Aug 07, 2024
Latest Version
3.4.2
Package Id
@supercharge/fs@3.4.2
Unpacked Size
35.51 kB
Size
7.60 kB
File Count
11
NPM Version
10.2.4
Node Version
20.11.0
Published on
Mar 16, 2024
Cumulative downloads
Total Downloads
Last Day
3.7%
755
Compared to previous day
Last Week
-2.2%
6,081
Compared to previous week
Last Month
-12.6%
26,422
Compared to previous month
Last Year
68.2%
374,079
Compared to previous year
Extended drop-in fs
replacement for Node.js
Installation · Docs · Usage
Follow @marcuspoehls and @superchargejs for updates!
The @supercharge/fs
package provides an improved and extended fs
implementation
isFile(path)
or isDirectory(path)
copy
, ensureFile
, ensureDir
fs
methods from Node.jsrealPath
instead of realpath
npm i @supercharge/fs
Using @supercharge/fs
is pretty straightforward. Install and import the package in your project and use the methods to interact with the filesystem.
For example, you may copy or move a file from src
to dest
or retrieve a file’s size:
1const Fs = require('@supercharge/fs') 2 3await Fs.copy(src, dest) 4await Fs.move(src, dest) 5 6const size = await Fs.size(file) 7// 3758 bytes
Have a look at the docs for this package to find more details on all supported methods.
Do you miss a string function? We very much appreciate your contribution! Please send in a pull request 😊
git checkout -b my-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © Supercharge
superchargejs.com · GitHub @supercharge · Twitter @superchargejs
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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
security policy file not detected
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