
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
gatsby-theme-drupal-markdown-post
Advanced tools
Single purpose theme that displays Markdown post data from Drupal in Gatsby with limited configuration.
Single purpose theme that displays Markdown post data from Drupal in Gatsby with limited configuration. Uses the gatsby-remark-drupal plugin for markdown and image preprocessing.
Requires enabling the Gatsby Markdown Post module on your Drupal site.
npm install --save gatsby-theme-drupal-markdown-post gatsby-source-drupal
This theme has gatsby-source-drupal as a peer dependency - if you aren't already using that plugin you'll need to install and configure it.
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-theme-drupal-markdown-post`,
options: {
basePath: `/posts`, // Optional, defaults to `/`
},
},
{
resolve: `gatsby-source-drupal`, // Configure gatsby-source-drupal as needed
options: {
baseUrl: `https://live-contentacms.pantheonsite.io/`,
},
}
],
}
This theme intentionally does not include styling so that it can be easily overridden and used with any prefered styling approach. You may find it helpful to shadow some or all of the following components provided by this theme:
FAQs
Single purpose theme that displays Markdown post data from Drupal in Gatsby with limited configuration.
We found that gatsby-theme-drupal-markdown-post 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.