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.13 to 1.1.14

2

lib/giscus.d.ts

@@ -0,1 +1,2 @@

import { AvailableLanguage } from '@giscus/vue';
import { Ref } from 'vue';

@@ -11,2 +12,3 @@ import { PageData, Route } from 'vitepress';

darkTheme?: string;
lang?: AvailableLanguage;
};

@@ -13,0 +15,0 @@ /**

5

lib/giscus.ts

@@ -1,2 +0,2 @@

import giscus from '@giscus/vue';
import giscus, { AvailableLanguage } from '@giscus/vue';
import { Component, createApp, h, nextTick, onMounted, Ref, watch } from 'vue';

@@ -13,3 +13,4 @@ import { PageData, Route } from 'vitepress';

lightTheme?: string,
darkTheme?: string
darkTheme?: string,
lang?: AvailableLanguage
}

@@ -16,0 +17,0 @@

{
"name": "vitepress-plugin-comment-with-giscus",
"version": "1.1.13",
"version": "1.1.14",
"description": "vitepress comment plugin based on giscus",

@@ -5,0 +5,0 @@ "type": "module",

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