idea-toolbox
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -273,3 +273,3 @@ 'use strict'; | ||
sesData.SourceArn = sesParams.sourceArn; | ||
let ses = new AWS.SES({ region: sesParams.region }); | ||
var ses = new AWS.SES({ region: sesParams.region }); | ||
// send email | ||
@@ -276,0 +276,0 @@ if(emailData.attachments && emailData.attachments.length) { |
{ | ||
"name": "idea-toolbox", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"description": "IDEA's utility functions", | ||
@@ -28,5 +28,5 @@ "engines": { | ||
"dependencies": { | ||
"nodemailer": "^4.6.3", | ||
"nodemailer": "^4.6.5", | ||
"uuid": "^3.1.0" | ||
} | ||
} |
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
Updatednodemailer@^4.6.5