
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
hexo-auto-link-ckecker
Advanced tools
This plugin for Hexo can automatically detects broken links.
$ npm install hexo-auto-link-ckecker --save
$ hexo clean
$ hexo s
The parsed link is created in cache/hexo-auto-link-checker.json
. If there are broken external links, internal links, and TOC, they are displayed in the console message. The link check system is automatically searched one article's link at a time each time $ hexo s
is executed.
Please set the following options. Please edit _config.yml
.
# hexo-auto-link-chekcer
autoLinkChecker:
# enable: false
rarelyChangePostsPath: 404/
cachePath: cache/hexo-auto-link-checker.json
exclusionURL:
- hoge-url/
- articles-toc
Specify false to disable the plug-in.
Specify the path of an article that changes less frequently. Necessary for the plug-in to work in all server's situations.
Save the analysis result of the article as a cache file. It also generates a log file for broken links as hexa-auto-link-checker-brokenLinks.txt
. Please check the broken URL from the console's message or this txt file.
Specify the URL that you want to exclude from the judgment.
MIT
FAQs
Automatically detects broken links.
The npm package hexo-auto-link-ckecker receives a total of 0 weekly downloads. As such, hexo-auto-link-ckecker popularity was classified as not popular.
We found that hexo-auto-link-ckecker demonstrated a not healthy version release cadence and project activity because the last version was released 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.