gmail-node-mailer
Advanced tools
Comparing version 1.8.61 to 1.8.63
{ | ||
"name": "gmail-node-mailer", | ||
"version": "1.8.61", | ||
"version": "1.8.63", | ||
"description": "gmail-node-mailer is a Node.js library for easy email sending via the Gmail API, featuring quick setup, HTML/plain text support, dynamic configuration for streamlined email integration, and now with support for attachments.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -180,2 +180,7 @@ /** | ||
if (!params.senderName) { | ||
const domainPart = senderEmail.substring(senderEmail.lastIndexOf("@") + 1); | ||
params.senderName = domainPart.substring(0, domainPart.lastIndexOf(".")); | ||
} | ||
const adjustedParams = { ...params, senderEmail }; | ||
@@ -182,0 +187,0 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
60744
23
634