New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vuepress-plugin-comment2

Package Overview
Dependencies
Maintainers
1
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-comment2 - npm Package Compare versions

Comparing version

to
2.0.0-alpha.1

2

node/index.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@mr-hope/vuepress-shared"),i=require("@vuepress/utils");const t={"/zh/":{author:"作者🖊",date:"写作日期📅",origin:"原创💡",views:"访问量🔢",category:"分类🌈",tag:"标签🏷",readingTime:"阅读时间⌛",words:"字数🔠"},"/en/":{author:"Author🖊",date:"Writing Date📅",origin:"Original💡",views:"Page views🔢",category:"Category🌈",tag:"Tags🏷",readingTime:"Reading Time⌛",words:"Words🔠"},"/de/":{author:"Autor🖊",date:"Datum📅",origin:"Original💡",views:"Besucher🔢",category:"Kategorie🌈",tag:"Tags🏷",readingTime:"Lesezeit⌛",words:"Wörter🔠"},"/vi/":{author:"Người viết🖊",date:"Ngày viết📅",origin:"Nguồn💡",views:"Views của trang🔢",category:"Category🌈",tag:"Tags🏷",readingTime:"Thời gian đọc⌛",words:"Words🔠"}},r={"/zh/":"请留言。(填写邮箱可在被回复时收到邮件提醒)","/en/":"Write a comment here (Fill in the email address to receive an email notification when being replied)","/de/":"Schreibe ein Kommentar (Geben Sie die E-Mail-Adresse ein, um eine E-Mail-Benachrichtigung zu erhalten, wenn Sie geantwortet werden)","/vi/":"Để lại bình luận (Điền địa chỉ email để nhận email thông báo khi được trả lời)"};exports.default=(n,a)=>{const{themeConfig:o}=a.options,s=e.getRootLangPath(a),g=t,d=r;g["/"]=g[s],d["/"]=d[s];const l=Object.keys(n).length>0?n:o.comment||{type:"disable"};return{name:"comment",alias:{"@Waline":"waline"===l.type?i.path.resolve(__dirname,"../client/components/Waline"):"@mr-hope/vuepress-shared/lib/esm/noopModule"},define:()=>({COMMENT_OPTIONS:{hint:!o.pure,...l},PAGE_INFO_I18N:g,WALINE_I18N:d}),clientAppEnhanceFiles:i.path.resolve(__dirname,"../client/appEnhance.js"),plugins:[["@mr-hope/palette"],["reading-time2",{wordPerminute:n.wordPerminute}]]}};
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@mr-hope/vuepress-shared"),i=require("@vuepress/utils");const t={"/zh/":{author:"作者🖊",date:"写作日期📅",origin:"原创💡",views:"访问量🔢",category:"分类🌈",tag:"标签🏷",readingTime:"阅读时间⌛",words:"字数🔠"},"/en/":{author:"Author🖊",date:"Writing Date📅",origin:"Original💡",views:"Page views🔢",category:"Category🌈",tag:"Tags🏷",readingTime:"Reading Time⌛",words:"Words🔠"},"/de/":{author:"Autor🖊",date:"Datum📅",origin:"Original💡",views:"Besucher🔢",category:"Kategorie🌈",tag:"Tags🏷",readingTime:"Lesezeit⌛",words:"Wörter🔠"},"/vi/":{author:"Người viết🖊",date:"Ngày viết📅",origin:"Nguồn💡",views:"Views của trang🔢",category:"Category🌈",tag:"Tags🏷",readingTime:"Thời gian đọc⌛",words:"Words🔠"}},r={"/zh/":"请留言。(填写邮箱可在被回复时收到邮件提醒)","/en/":"Write a comment here (Fill in the email address to receive an email notification when being replied)","/de/":"Schreibe ein Kommentar (Geben Sie die E-Mail-Adresse ein, um eine E-Mail-Benachrichtigung zu erhalten, wenn Sie geantwortet werden)","/vi/":"Để lại bình luận (Điền địa chỉ email để nhận email thông báo khi được trả lời)"};exports.default=(n,a)=>{const{themeConfig:o}=a.options,s=e.getRootLangPath(a),g=t,d=r;g["/"]=g[s],d["/"]=d[s];const l=Object.keys(n).length>0?n:o.comment||{type:"disable"};return{name:"comment2",alias:{"@Waline":"waline"===l.type?i.path.resolve(__dirname,"../client/components/Waline"):"@mr-hope/vuepress-shared/lib/esm/noopModule"},define:()=>({COMMENT_OPTIONS:{hint:!o.pure,...l},PAGE_INFO_I18N:g,WALINE_I18N:d}),clientAppEnhanceFiles:i.path.resolve(__dirname,"../client/appEnhance.js"),plugins:[["@mr-hope/palette"],["reading-time2",{wordPerminute:n.wordPerminute}]]}};
//# sourceMappingURL=index.js.map
{
"name": "vuepress-plugin-comment2",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "A comment plugin for vuepress",

@@ -40,2 +40,5 @@ "keywords": [

"demo:serve": "vuepress dev __tests__/demo",
"demo:vite-build": "vuepress-vite build __tests__/demo",
"demo:vite-clean-serve": "vuepress-vite dev __tests__/demo --clean-cache",
"demo:vite-serve": "vuepress-vite dev __tests__/demo",
"dev": "concurrently \"yarn dev:copy\" \"yarn dev:rollup\"",

@@ -46,7 +49,7 @@ "dev:copy": "cpx src/client/styles/** client/styles -w",

"dependencies": {
"@mr-hope/vuepress-plugin-palette": "2.0.0-alpha.0",
"@mr-hope/vuepress-shared": "2.0.0-alpha.0",
"@mr-hope/vuepress-plugin-palette": "2.0.0-alpha.1",
"@mr-hope/vuepress-shared": "2.0.0-alpha.1",
"@waline/client": "^1.2.3",
"balloon-css": "^1.2.0",
"vuepress-plugin-reading-time2": "2.0.0-alpha.0"
"vuepress-plugin-reading-time2": "2.0.0-alpha.1"
},

@@ -56,3 +59,3 @@ "publishConfig": {

},
"gitHead": "c588c8577a77446140e85ad899a21dd7f4115889"
"gitHead": "8bed5a9dc42796fd0996c5b4864d247753290e06"
}

@@ -30,4 +30,7 @@ <!-- markdownlint-disable -->

Support both valine and vssue.
Support Waline.
支持 valine 和 vssue。
## Migration from V1
- valine service is removed
- new option `hint` controlling whether a popup hint is disaplayed when page-info item is hovered

Sorry, the diff of this file is not supported yet