Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vitepress-plugin-comment-with-giscus

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitepress-plugin-comment-with-giscus - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "vitepress-plugin-comment-with-giscus",
"version": "1.0.3",
"version": "1.0.4",
"description": "vitepress comment plugin based on giscus",

@@ -5,0 +5,0 @@ "workspaces": [

@@ -24,2 +24,3 @@ # README_zh

import giscusTalk from 'vitepress-plugin-comment-with-giscus';
import { useData } from 'vitepress';
export default {

@@ -47,2 +48,10 @@ ...DefaultTheme,

## 扩展使用
如果文章前言添加以下代码,则不会生成评论区
```md
---
comment: false
---
```

@@ -26,2 +26,3 @@ # README

import giscusTalk from 'vitepress-plugin-comment-with-giscus';
import { useData } from 'vitepress';
export default {

@@ -49,2 +50,10 @@ ...DefaultTheme,

## Extended
If the following code is added to the preface of the article, the comment area will not be generated
```md
---
comment: false
---
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc