Gathering detailed insights and metrics for is-video
Gathering detailed insights and metrics for is-video
Gathering detailed insights and metrics for is-video
Gathering detailed insights and metrics for is-video
npm install is-video
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
30 Stars
14 Commits
3 Forks
8 Watching
1 Branches
5 Contributors
Updated on 06 Sept 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
22%
2,147
Compared to previous day
Last week
12.4%
9,638
Compared to previous week
Last month
-1.4%
37,000
Compared to previous month
Last year
30.7%
388,268
Compared to previous year
1
1
Check if a file path is a video file
It just checks the extension.
1npm install is-video
1import isVideo from 'is-video'; 2 3isVideo('src/unicorn.mp4'); 4//=> true 5 6isVideo('src/unicorn.txt'); 7//=> false
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
Found 4/14 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
security policy 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 2024-11-18
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