@dibs-tech/mail-client
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -168,2 +168,3 @@ const SparkPost = require('sparkpost'); | ||
if (typeof options !== 'boolean' && options.attachments) optionsObj.attachments = options.attachments; | ||
if (typeof options !== 'boolean' && options.from) optionsObj.from = options.from; | ||
} | ||
@@ -170,0 +171,0 @@ |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"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
9189
179