Gathering detailed insights and metrics for valid-url-utf8
Gathering detailed insights and metrics for valid-url-utf8
Gathering detailed insights and metrics for valid-url-utf8
Gathering detailed insights and metrics for valid-url-utf8
npm install valid-url-utf8
Typescript
Module System
Node Version
NPM Version
27.6
Supply Chain
37.5
Quality
65.6
Maintenance
50
Vulnerability
94.6
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
3 Stars
17 Commits
1 Watchers
12 Branches
1 Contributors
Updated on Oct 03, 2022
Latest Version
1.0.7
Package Id
valid-url-utf8@1.0.7
Unpacked Size
4.21 kB
Size
1.92 kB
File Count
5
NPM Version
6.14.4
Node Version
12.16.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
yarn add valid-url-utf8
// or
npm install valid-url-utf8
import validUrlUtf8 from 'valid-url-utf8';
// or
const validUrlUtf8 = require('valid-url-utf8');
validUrlUtf8('https://site-name.domain'); // True
validUrlUtf8('www.site-name.domain'); // True
validUrlUtf8('site-name.domain'); // True
validUrlUtf8('русскоязычное-название.рф'); // True
validUrlUtf8('www.sit e-name.domain'); // False
validUrlUtf8('www.site-name.d'); // False
validUrlUtf8('site-n/ame.domain'); // False
validUrlUtf8('site-name.d/omain'); // False
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/17 approved changesets -- score normalized to 0
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
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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