Gathering detailed insights and metrics for @midwayjs/glob
Gathering detailed insights and metrics for @midwayjs/glob
Gathering detailed insights and metrics for @midwayjs/glob
Gathering detailed insights and metrics for @midwayjs/glob
npm install @midwayjs/glob
Typescript
Module System
Node Version
NPM Version
TypeScript (95.15%)
JavaScript (4.85%)
Total Downloads
472,428
Last Day
354
Last Week
1,117
Last Month
7,417
Last Year
98,567
1 Stars
25 Commits
2 Forks
3 Watchers
2 Branches
2 Contributors
Updated on Nov 17, 2022
Minified
Minified + Gzipped
Latest Version
1.1.1
Package Id
@midwayjs/glob@1.1.1
Unpacked Size
6.01 kB
Size
2.58 kB
File Count
4
NPM Version
8.19.2
Node Version
18.12.1
Published on
Feb 09, 2023
Cumulative downloads
Total Downloads
Last Day
911.4%
354
Compared to previous day
Last Week
-27.5%
1,117
Compared to previous week
Last Month
1.5%
7,417
Compared to previous month
Last Year
21.1%
98,567
Compared to previous year
1
6
实现一个基础轻量的 globby,为了兼容 faas-glob 语法,引入纯 js 版的 picomatch 库,除此之外,无其他依赖。
1import { run } from '@midwayjs/glob'; 2 3const result = run(['**/*.md'], { 4 cwd: join(__dirname, './fixtures/first'), 5 ignore: [ 6 '**/c.md', 7 '**/bbbb/**' 8 ] 9}); 10console.log(result); // Output: [ '/Users/harry/project/glob/test/fixtures/first/a.md' ] 11
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/25 approved changesets -- 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
license file not detected
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 2025-04-28
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