
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-dox
Advanced tools
A Gatsby theme for creating documentation site.
Documentation made easy with Gatsby. :tada:
Install the gatsby-theme-dox
package:
# with npm:
npm run --save gatsby-theme-dox
# with yarn:
yarn add gatsby-theme-dox
Add the gatsby-theme-dox
pacakge in your gatsby-config.js
file:
// gatsby-config.js
module.exports = {
siteMetadata: {
title: `Dox - Gatsby Theme`,
description: 'Documentation made easy with Gatsby',
author: 'MunifTanjim'
},
plugins: [`gatsby-theme-dox`]
}
You can also pass a options
object if you want:
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: 'gatsby-theme-dox',
options: {
basePath: '/',
contentPath: 'docs'
}
}
]
}
Key | Default value | Description |
---|---|---|
basePath | / | Root URL for the documentation site |
contentPath | content/docs | Location of documentation files |
mdx | true | Configure gatsby-plugin-mdx plugin (if your site already is using it, set false ) |
FAQs
Dox - Gatsby Theme for Documentation
The npm package gatsby-theme-dox receives a total of 6 weekly downloads. As such, gatsby-theme-dox popularity was classified as not popular.
We found that gatsby-theme-dox 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.