
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.
gatsby-theme-blog-ml-core
Advanced tools
This is the theme [Mortar Labs](https://mortar-labs.com) uses to add blog functionality to client sites.
This is the theme Mortar Labs uses to add blog functionality to client sites.
yarn install gatsby-theme-blog-ml
// gatsby-config.js
module.exports = {
plugins: [`gatsby-theme-blog-ml-core`, "gatsby-plugin-netlify-cms"]
};
// gatsby-config.js
plugins[
{
resolve: `gatsby-theme-blog-ml-core`,
options: {
contentPath: "", // where the posts.mdx will live defaults to `static/posts`
assetPath: "" // where the imgs (or other assets) will live defaults to `static/images`
}
}
];
Check out static/admin/config.yml to see an example NetlifyCMS setup that works with the theme default values.
The components and pages are unstyled by design and meant to be shadowed. Check out the src directory to shadow any of the pages/components/templates the theme provides.
src
├── components
│ ├── ...
├── gatsby-theme-blog-ml-core
├───components
├───── BlogPreview.js
├───── ...
├── templates
├────── post-page.js
├────── ...
└── pages
└─── blog
├── index.js
├── ...
See example project for full usage example.
Ideas? Issues? Open an issue or a PR!
FAQs
This is the theme [Mortar Labs](https://mortar-labs.com) uses to add blog functionality to client sites.
The npm package gatsby-theme-blog-ml-core receives a total of 0 weekly downloads. As such, gatsby-theme-blog-ml-core popularity was classified as not popular.
We found that gatsby-theme-blog-ml-core 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.