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.14 to 6.4.15

6

CHANGELOG.md
# CHANGELOG
## 6.4.15 2020-11-06
- Minor changes in header key casing
## 6.4.14 2020-10-14

@@ -13,3 +17,3 @@

- Better handling of attadhment filenames that include quote symbols
- Better handling of attachment filenames that include quote symbols
- Includes all information from the oath2 error response in the error message (Normal Gaussian) [1787f227]

@@ -16,0 +20,0 @@

2

lib/mime-node/index.js

@@ -1002,3 +1002,3 @@ /* eslint no-undefined: 0, prefer-spread: 0, no-control-regex: 0 */

// use uppercase words, except MIME
.replace(/^X-SMTPAPI$|^(MIME|DKIM)\b|^[a-z]|-(SPF|FBL|ID|MD5)$|-[a-z]/gi, c => c.toUpperCase())
.replace(/^X-SMTPAPI$|^(MIME|DKIM|ARC|BIMI)\b|^[a-z]|-(SPF|FBL|ID|MD5)$|-[a-z]/gi, c => c.toUpperCase())
// special case

@@ -1005,0 +1005,0 @@ .replace(/^Content-Features$/i, 'Content-features');

@@ -41,3 +41,3 @@ 'use strict';

this.sendingRateTTL = null;
this.rateInterval = 1000;
this.rateInterval = 1000; // milliseconds
this.rateMessages = [];

@@ -44,0 +44,0 @@

@@ -25,2 +25,8 @@ {

},
"Ethereal": {
"aliases": ["ethereal.email"],
"host": "smtp.ethereal.email",
"port": 587
},

@@ -27,0 +33,0 @@ "FastMail": {

{
"name": "nodemailer",
"version": "6.4.14",
"version": "6.4.15",
"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.12.0",
"eslint-config-prettier": "6.15.0",
"grunt": "1.3.0",

@@ -35,7 +35,7 @@ "grunt-cli": "1.3.2",

"libqp": "1.1.0",
"mocha": "8.1.3",
"mocha": "8.2.1",
"nodemailer-ntlm-auth": "1.0.1",
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
"sinon": "9.2.0",
"sinon": "9.2.1",
"smtp-server": "3.7.0"

@@ -42,0 +42,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