
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
hexo-generator-author2
Advanced tools
Author generator for Hexo.
$ npm install hexo-generator-author2 --save
Add author
in front matter.
author: John Smith
An author
attribute will be provided in the post
variable and an authors
attribute will be provided in the site
variable.
Hyphenated slugs will be created for each author. For the author "John Smith", the slug that will be created will be john-smith
, which will be appended to the relative path specified in config.yml. In the case where the author_generator
path is authors/
, the full relative path for the author "John Smith" would be /authors/john-smith
.
author_to_url(author)
: This helper function can be called with the author's name as the first parameter and will return the full relative path to the author's list of posts.list_authors()
: This helper function outputs a basic list of authors as an unordered list.author_generator:
path: 'authors/'
per_page: 10
order_by: -date
MIT
FAQs
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.