
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
link-checker-cli
Advanced tools
Find broken links, missing images and anchor elements
Node.js >= 18 is required. There're two ways to use it:
To install, type this at the command line:
npm i link-checker-cli -g
After that, check out the help for available options:
blc --help inspect
Example:
blc inspect -s=http://yoursite.com -r
-s, --source Path to website
-r, --recursive Inspects every internal link of website. default: false
-img, --image Fetches all page images. (default: false)
-css, --style Add style links to response. (default: true)
-e, --external Add external links to response. (default: false)
-c, --concurrencySize Number of requests running simultaneous. (default: 10)
Flags -img (--image) -css(--style) -e(--external) can be marked as false which means CLI will skip those links. Count of the excluded links will be displayed in the final report.
FAQs
CLI tool to check for broken links in a website or project
We found that link-checker-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.