New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gmail-node-mailer

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmail-node-mailer - npm Package Compare versions

Comparing version 1.8.61 to 1.8.63

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc