Gathering detailed insights and metrics for filenamify-url
Gathering detailed insights and metrics for filenamify-url
Gathering detailed insights and metrics for filenamify-url
Gathering detailed insights and metrics for filenamify-url
npm install filenamify-url
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.4
Supply Chain
74.9
Quality
75.5
Maintenance
100
Vulnerability
100
License
JavaScript (85.54%)
TypeScript (14.46%)
Total Downloads
42,399,821
Last Day
7,999
Last Week
124,211
Last Month
576,513
Last Year
4,514,589
MIT License
77 Stars
23 Commits
7 Forks
6 Watchers
1 Branches
5 Contributors
Updated on Mar 10, 2025
Minified
Minified + Gzipped
Latest Version
3.1.0
Package Id
filenamify-url@3.1.0
Unpacked Size
3.82 kB
Size
1.77 kB
File Count
5
NPM Version
9.2.0
Node Version
20.9.0
Published on
Dec 01, 2023
Cumulative downloads
Total Downloads
Last Day
-42.5%
7,999
Compared to previous day
Last Week
-21.5%
124,211
Compared to previous week
Last Month
21.1%
576,513
Compared to previous month
Last Year
-13.2%
4,514,589
Compared to previous year
2
Convert a URL to a valid filename
1npm install filenamify-url
1import filenamifyUrl from 'filenamify-url';
2
3filenamifyUrl('http://sindresorhus.com/foo?bar=baz');
4//=> 'sindresorhus.com!foo!bar=baz'
5
6filenamifyUrl('http://sindresorhus.com/foo', {replacement: '🐴'});
7//=> 'sindresorhus.com🐴foo'
8
9filenamifyUrl(new URL('http://sindresorhus.com'));
10//=> 'sindresorhus.com'
Accepts a URL and returns a valid filename.
Type: string | URL
A URL to convert to a valid filename.
Type: object
See the filenamify
options.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/23 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
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 2025-06-09
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