
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.
@hclonely/hexo-github
Advanced tools
Display a GitHub repositoy badge with timeline in your post to keep track of version difference.
由于原项目不在维护,我稍微修复了一下
Display a GitHub repositoy badge with timeline in your post to keep track of version difference.

When referencing an on-going project in an article, some of the content might became un-true or out-of-date as the project evolves, which would certainly cause some confusions to the readers.
This plugin display a badge with timeline for a GitHub repository that will compare latest commit against the referenced one. It should keep the readers informed.
npm install --save @hclonely/hexo-github
Insert commit tag in your article:
{% commit user repo referenced_commit [auto_expand = true | false] [width = 100%] %}
| Argument | Description |
|---|---|
| user | GitHub user name |
| repo | GitHub repository name of that user |
| commit | Commit sha1 referenced in the article |
| auto_expand | (Optional, default == false) true of false. Expand the timeline once synced if set to true. |
| width | (Optional, default == 100%). Widget's width. It should be a valid CSS width value. |
Example:
{% commit akfish hexo-math b82e65 %}
FAQs
Display a GitHub repositoy badge with timeline in your post to keep track of version difference.
The npm package @hclonely/hexo-github receives a total of 3 weekly downloads. As such, @hclonely/hexo-github popularity was classified as not popular.
We found that @hclonely/hexo-github 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
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.