vitepress-plugin-comment-with-giscus
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "vitepress-plugin-comment-with-giscus", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "vitepress comment plugin based on giscus", | ||
@@ -5,0 +5,0 @@ "workspaces": [ |
@@ -22,2 +22,4 @@ # README_zh | ||
// .vitepress/theme/index.js | ||
import DefaultTheme from 'vitepress/theme'; | ||
import giscusTalk from 'vitepress-plugin-comment-with-giscus'; | ||
export default { | ||
@@ -24,0 +26,0 @@ ...DefaultTheme, |
@@ -24,2 +24,4 @@ # README | ||
// .vitepress/theme/index.js | ||
import DefaultTheme from 'vitepress/theme'; | ||
import giscusTalk from 'vitepress-plugin-comment-with-giscus'; | ||
export default { | ||
@@ -26,0 +28,0 @@ ...DefaultTheme, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
9959
49