Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.