@dibs-tech/mail-client
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -186,3 +186,3 @@ const SparkPost = require('sparkpost'); | ||
*/ | ||
MailClient.prototype.sendTemplatedEmail = function sendTemplatedEmail(recipient, subject, templateLink, data, options, cb) { // eslint-disable-line max-len | ||
MailClient.prototype.sendTemplatedEmail = function sendTemplatedEmail(isCustomTemplate = false, recipient, subject, templateLink, data, options, cb) { // eslint-disable-line max-len | ||
if (isCustomTemplate) return this.sendCustomTemplatedEmail(recipient, subject, templateLink, data, options, cb); | ||
@@ -189,0 +189,0 @@ |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"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
8976
0