Socket
Socket
Sign inDemoInstall

nodemailer

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer - npm Package Compare versions

Comparing version 6.4.16 to 6.4.17

4

CHANGELOG.md
# CHANGELOG
## 6.4.17 2020-12-11
- Allow mixing attachments with caendar alternatives
## 6.4.16 2020-11-12

@@ -4,0 +8,0 @@

5

lib/mail-composer/index.js

@@ -233,5 +233,4 @@ /* eslint no-undefined: 0 */

// only include the calendar alternative if there are no attachments
// otherwise you might end up in a blank screen on some clients
if (this.mail.icalEvent && !(this.mail.attachments && this.mail.attachments.length)) {
// NB! when including attachments with a calendar alternative you might end up in a blank screen on some clients
if (this.mail.icalEvent) {
if (

@@ -238,0 +237,0 @@ typeof this.mail.icalEvent === 'object' &&

{
"name": "nodemailer",
"version": "6.4.16",
"version": "6.4.17",
"description": "Easy as cake e-mail sending from your Node.js applications",

@@ -26,3 +26,3 @@ "main": "lib/nodemailer.js",

"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-prettier": "7.0.0",
"grunt": "1.3.0",

@@ -40,3 +40,3 @@ "grunt-cli": "1.3.2",

"sinon": "9.2.1",
"smtp-server": "3.7.0"
"smtp-server": "3.8.0"
},

@@ -43,0 +43,0 @@ "engines": {

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