Gathering detailed insights and metrics for create-file-list
Gathering detailed insights and metrics for create-file-list
Gathering detailed insights and metrics for create-file-list
Gathering detailed insights and metrics for create-file-list
npm install create-file-list
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
9 Stars
882 Commits
1 Forks
3 Watching
48 Branches
2 Contributors
Updated on 23 Jan 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
13.8%
223
Compared to previous day
Last week
20.8%
1,346
Compared to previous week
Last month
7.2%
5,572
Compared to previous month
Last year
-12.9%
52,920
Compared to previous year
27
Create
FileList
1yarn add create-file-list
1<script type="module"> 2 import createFileList from 'https://unpkg.com/create-file-list?module' 3 4 createFileList(file1, [file2], file3) 5</script> 6 7<!-- legacy browsers --> 8<script nomodule src="https://unpkg.com/create-file-list"></script> 9<script nomodule> 10 createFileList(file1, [file2], file3) 11</script>
createFileList([value1[, value2[, ...[, valueN]]]])
File
or File[]
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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-25
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