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.2.1 to 6.3.0

4

CHANGELOG.md
# CHANGELOG
## 6.2.1 2019-05-24
- No changes. It is the same as 6.2.0 that was accidentally published as 6.2.1 to npm
## 6.2.0 2019-05-24

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

3

lib/mail-composer/index.js

@@ -131,3 +131,4 @@ /* eslint no-undefined: 0 */

data.content = {
href: attachment.href
href: attachment.href,
httpHeaders: attachment.httpHeaders
};

@@ -134,0 +135,0 @@ } else {

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

// fetch URL
return fetch(content.href);
return fetch(content.href, { headers: content.httpHeaders });
} else {

@@ -977,0 +977,0 @@ // pass string or buffer content as a stream

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

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

"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "4.3.0",
"eslint-config-prettier": "6.0.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-eslint": "21.0.0",
"grunt-eslint": "22.0.0",
"grunt-mocha-test": "0.13.3",

@@ -32,0 +32,0 @@ "libbase64": "1.0.3",

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