Installations
npm install fstream-ignore
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
5.10.1
NPM Version
3.9.1
Score
97.5
Supply Chain
70.8
Quality
80.2
Maintenance
100
Vulnerability
98.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
isaacs
Download Statistics
Total Downloads
288,681,117
Last Day
48,315
Last Week
247,422
Last Month
1,121,325
Last Year
15,199,596
GitHub Statistics
37 Stars
53 Commits
14 Forks
34 Watching
2 Branches
112 Contributors
Bundle Size
69.75 kB
Minified
21.15 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.5
Package Id
fstream-ignore@1.0.5
Size
3.81 kB
NPM Version
3.9.1
Node Version
5.10.1
Publised On
17 May 2016
Total Downloads
Cumulative downloads
Total Downloads
288,681,117
Last day
-1.5%
48,315
Compared to previous day
Last week
-13.1%
247,422
Compared to previous week
Last month
-1.5%
1,121,325
Compared to previous month
Last year
-8%
15,199,596
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
fstream-ignore
A fstream DirReader that filters out files that match globs in .ignore
files throughout the tree, like how git ignores files based on a
.gitignore
file.
Here's an example:
1var Ignore = require("fstream-ignore") 2Ignore({ path: __dirname 3 , ignoreFiles: [".ignore", ".gitignore"] 4 }) 5 .on("child", function (c) { 6 console.error(c.path.substr(c.root.path.length + 1)) 7 }) 8 .pipe(tar.Pack()) 9 .pipe(fs.createWriteStream("foo.tar"))
This will tar up the files in __dirname into foo.tar
, ignoring
anything matched by the globs in any .iginore or .gitignore file.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: ISC License: LICENSE:0
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
3
/10
Last Scanned on 2025-01-27
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