Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
vuepress-plugin-open-graph
Advanced tools
VuePress v2 plugin for generating open graph meta tags to improve SEO.
npm install --save vuepress-plugin-open-graph
Add plugin to your VuePress config:
import { openGraphPlugin } from 'vuepress-plugin-open-graph'
export default {
plugins: [
openGraphPlugin({
/* options */
}),
],
}
That's all. Just use frontmatter options in your Markdown files:
---
title: Post title
description: Post description
date: Post publish date
image: URL to post preview
---
Type: string
Required: true
Details:
The domain name where the current site is deployed, the plugin needs this option to work.
Type: string
Required: false
Details:
Link to default open graph image. This image will be used unless otherwise specified.
Type: 'summary' | 'summary_large_image'
Required: false
Details:
Twitter card type for a beautiful visual display of the tweet with post link. Read more.
Type: string
Required: false
Details:
Twitter username of your website.
Pull requests are welcome.
FAQs
VuePress plugin for generating open graph meta tags
The npm package vuepress-plugin-open-graph receives a total of 4 weekly downloads. As such, vuepress-plugin-open-graph popularity was classified as not popular.
We found that vuepress-plugin-open-graph demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.