Gathering detailed insights and metrics for asciidoc-aware-link-check
Gathering detailed insights and metrics for asciidoc-aware-link-check
Gathering detailed insights and metrics for asciidoc-aware-link-check
Gathering detailed insights and metrics for asciidoc-aware-link-check
npm install asciidoc-aware-link-check
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
34 Commits
5 Forks
1 Watchers
4 Branches
1 Contributors
Updated on Jun 05, 2024
Latest Version
1.0.5
Package Id
asciidoc-aware-link-check@1.0.5
Unpacked Size
21.31 kB
Size
7.87 kB
File Count
19
NPM Version
6.14.5
Node Version
14.3.0
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
I need to be able to validate external links that might be derived from attributes.
With this application, you can validate any link
directive that references a URL with either an HTTP or HTTPS method.
To install the application, complete the following steps:
npm i -g asciidoc-aware-link-check
To learn about supported options, enter the following command:
$ asciidoc-aware-link-check --help
Usage: asciidoc-aware-link-check [options] ASSEMBLY_FILE
Options:
--no-progress Hide progress bar.
-q, --quiet Display errors only.
--csv Output to stdout in CSV format. Outputs BROKEN_LINK,MODULE,LINE_NUM. This option implies --no-progress and --quiet.
-n, --dry Dry run.
--asciibinder Support asciibinder style include directives.
-h, --help output usage information
To validate links, enter the following command. Replace <ASSEMBLY_FILE>
with the file name that includes any include
statements needed to successfully build your documentation.
$ asciidoc-aware-link-check <ASSEMBLY_FILE>
To validate links for your entire documentation set, you might enter the following the command. Replace <ASSEMBLY_DIR>
with the directory where you save your assembly files.
$ find <ASSEMBLY_DIR> -type f -name '*.adoc' | \
xargs -L1 -I% -P1 asciidoc-aware-link-check %
HTTP/1.1 301 Moved Permanently
is considered a broken link.This work is based on the asciidoc-link-check module.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/28 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
security policy file not detected
Details
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-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