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.1.1 to 1.1.2

2

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

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

@@ -15,5 +15,5 @@ # README

// npm
npm i vitepress-plugin-comment-with-giscus
npm i vitepress-plugin-comment-with-giscus @giscus/vue
// yarn
yarn add vitepress-plugin-comment-with-giscus
yarn add vitepress-plugin-comment-with-giscus @giscus/vue
```

@@ -28,2 +28,3 @@

import { useData, useRoute } from 'vitepress';
export default {

@@ -39,3 +40,4 @@ ...DefaultTheme,

const route = useRoute();
// Comment component
// Obtain configuration from: https://giscus.app/
giscusTalk({

@@ -45,3 +47,5 @@ repo: 'your github repository',

categoryId: 'your category id',
mapping: 'pathname'
mapping: 'pathname',
reactionsEnabled: '1',
lang: 'en'
}, {

@@ -48,0 +52,0 @@ frontmatter, route

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