Gathering detailed insights and metrics for glob-extra
Gathering detailed insights and metrics for glob-extra
Gathering detailed insights and metrics for glob-extra
Gathering detailed insights and metrics for glob-extra
fs-extra-plus
A extension of fs-extra with .glob(), .saferRemove()
postcss-easy-import
PostCSS plugin to inline @import rules content with extra features
@sk-global/text-extractor
A text extractor for extracting text from HTML, PDF, Image and other files.
globby-extra
extend globby with context support.
npm install glob-extra
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.9
Supply Chain
78
Quality
80.9
Maintenance
100
Vulnerability
98.2
License
JavaScript (76.7%)
TypeScript (23.3%)
Total Downloads
1,602,056
Last Day
43
Last Week
380
Last Month
2,018
Last Year
68,658
MIT License
69 Commits
2 Forks
5 Watchers
9 Branches
12 Contributors
Updated on Sep 02, 2022
Minified
Minified + Gzipped
Latest Version
5.0.2
Package Id
glob-extra@5.0.2
Unpacked Size
19.41 kB
Size
6.49 kB
File Count
23
NPM Version
6.13.4
Node Version
8.17.0
Cumulative downloads
Total Downloads
Last Day
-18.9%
43
Compared to previous day
Last Week
43.4%
380
Compared to previous week
Last Month
-54.8%
2,018
Compared to previous month
Last Year
-46.6%
68,658
Compared to previous year
Wrapper for utility fast-glob with promises support which provides expanding of masks, dirs and files to absolute file paths.
1$ npm install glob-extra
1const globExtra = require('glob-extra'); 2const paths = ['some/path', 'other/path/*.js', 'other/deep/path/**/*.js'] 3 4// options are optional 5globExtra.expandPaths(paths, options) 6 .then((files) => { 7 // ['/absolute/some/path/file1.js', 8 // '/absolute/other/path/file2.js', 9 // '/absolute/other/deep/path/dir/file3.js'] 10 }) 11 .done();
1globExtra.expandPaths(paths, {formats: ['.txt', '.js']}) 2 .then((files) => { 3 // will expand only js and txt files 4 }) 5 .done();
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 5/15 approved changesets -- score normalized to 3
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 effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
36 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