@dibs-tech/mail-client
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -206,3 +206,3 @@ const SparkPost = require('sparkpost'); | ||
const domain = studio.customSendingDomain || 'no-reply@ondibs.com'; | ||
const customEmailText = (studio.custom_email_text.find(cet => cet.template === emailType) && | ||
const customEmailText = (studio.custom_email_text && studio.custom_email_text.find(cet => cet.template === emailType) && | ||
studio.custom_email_text.find(cet => cet.template === emailType).text) || ''; | ||
@@ -209,0 +209,0 @@ const purchasePlaceLink = studio.live && !studio.liveWidget ? 'https://www.ondibs.com/users' : `http://${studio.domain}?dibs_open`; |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "A mail client implementation, using sparkpost", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14559
0