Gathering detailed insights and metrics for is-absolute-url
Gathering detailed insights and metrics for is-absolute-url
Gathering detailed insights and metrics for is-absolute-url
Gathering detailed insights and metrics for is-absolute-url
npm install is-absolute-url
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
78 Stars
27 Commits
14 Forks
7 Watching
1 Branches
8 Contributors
Updated on 09 Nov 2024
JavaScript (89.7%)
TypeScript (10.3%)
Cumulative downloads
Total Downloads
Last day
-8.4%
1,751,550
Compared to previous day
Last week
-0.6%
10,067,180
Compared to previous week
Last month
3.1%
44,008,752
Compared to previous month
Last year
-15.1%
513,681,109
Compared to previous year
Check if a URL is absolute
$ npm install is-absolute-url
1import isAbsoluteUrl from 'is-absolute-url'; 2 3isAbsoluteUrl('https://sindresorhus.com/foo/bar'); 4//=> true 5 6isAbsoluteUrl('//sindresorhus.com'); 7//=> false 8 9isAbsoluteUrl('foo/bar'); 10//=> false
See is-relative-url for the inverse.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 6/27 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
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-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