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

@strapi/plugin-email

Package Overview
Dependencies
Maintainers
9
Versions
1157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/plugin-email - npm Package Compare versions

Comparing version 4.0.0-next.2 to 4.0.0-next.3

22

admin/src/translations/zh-Hans.json
{
"plugin.description.long": "发送电子邮件。",
"plugin.description.short": "发送电子邮件。"
"plugin.description.long": "发送邮件",
"plugin.description.short": "发送邮件",
"SettingsNav.section-label": "电子邮件插件",
"SettingsNav.link.settings": "电子邮件设置",
"Settings.title": "电子邮件设置",
"Settings.subTitle": "测试电子邮件插件配置",
"Settings.button.test-email": "测试邮件",
"Settings.notification.test.success": "邮件发送成功, 请检查{to}邮箱",
"Settings.notification.test.error": "测试邮件发送至{to}失败",
"Settings.notification.config.error": "无法使用电子邮件配置",
"Settings.form.title.config": "配置",
"Settings.form.title.test": "发送一个测试邮件",
"Settings.form.label.provider": "电子邮件提供商",
"Settings.form.label.defaultFrom": "默认寄件地址",
"Settings.form.label.defaultReplyTo": "默认回复地址",
"Settings.form.label.testAddress": "测试寄件电子邮件",
"Settings.form.placeholder.defaultFrom": "例如: Strapi No-Reply <no-reply@strapi.io>",
"Settings.form.placeholder.defaultReplyTo": "例如: Strapi <example@strapi.io>",
"Settings.form.placeholder.testAddress": "例如: developer@example.com",
"Settings.form.text.configuration": "该插件通过{file}进行配置, 点击{link}查看文档"
}

10

package.json
{
"name": "@strapi/plugin-email",
"version": "4.0.0-next.2",
"version": "4.0.0-next.3",
"description": "Easily configure your Strapi application to send emails.",

@@ -15,8 +15,8 @@ "strapi": {

"dependencies": {
"@strapi/provider-email-sendmail": "4.0.0-next.2",
"@strapi/utils": "4.0.0-next.2",
"@strapi/provider-email-sendmail": "4.0.0-next.3",
"@strapi/utils": "4.0.0-next.3",
"lodash": "4.17.21"
},
"devDependencies": {
"@strapi/helper-plugin": "4.0.0-next.2",
"@strapi/helper-plugin": "4.0.0-next.3",
"rimraf": "3.0.2"

@@ -45,3 +45,3 @@ },

"license": "SEE LICENSE IN LICENSE",
"gitHead": "50849e68c7d3632eb5899c6346e33d71a211a3bd"
"gitHead": "22eb6f24d86dae4bd6dff8293916ec40e2f44d33"
}
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