🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

twikoo-vercel

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twikoo-vercel - npm Package Compare versions

Comparing version

to
1.6.38

@@ -665,3 +665,3 @@ /*!

if (isBloggerMail && !isAdminUser) throw new Error('请先登录管理面板,再使用博主身份发送评论')
const hashMethod = this.gravatarCdn === 'cravatar.cn' ? md5 : sha256
const hashMethod = config.GRAVATAR_CDN === 'cravatar.cn' ? md5 : sha256
const commentDo = {

@@ -688,3 +688,3 @@ _id: uuidv4().replace(/-/g, ''),

commentDo.mail = addQQMailSuffix(comment.mail)
commentDo.mailMd5 = md5(normalizeMail(commentDo.mail))
commentDo.mailMd5 = hashMethod(normalizeMail(commentDo.mail))
commentDo.avatar = await getQQAvatar(comment.mail)

@@ -691,0 +691,0 @@ }

{
"name": "twikoo-vercel",
"version": "1.6.37",
"version": "1.6.38",
"description": "A simple comment system.",

@@ -16,5 +16,5 @@ "author": "imaegoo <hello@imaegoo.com> (https://github.com/imaegoo)",

"mongodb": "^6.3.0",
"twikoo-func": "1.6.37",
"twikoo-func": "1.6.38",
"uuid": "^8.3.2"
}
}