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.5 to 6.4.6

4

CHANGELOG.md
# CHANGELOG
## 6.4.6 2020-03-20
- fix: `requeueAttempts=n` should requeue `n` times (Patrick Malouin) [a27ed2f7]
## 6.4.4 2020-03-01

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

2

lib/smtp-pool/index.js

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

return queueEntry.requeueAttempts && queueEntry.requeueAttempts < this.options.maxRequeues;
return queueEntry.requeueAttempts < this.options.maxRequeues;
}

@@ -426,0 +426,0 @@

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

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

"eslint-config-prettier": "6.10.0",
"grunt": "1.0.4",
"grunt": "1.1.0",
"grunt-cli": "1.3.2",

@@ -36,3 +36,3 @@ "grunt-eslint": "22.0.0",

"libqp": "1.1.0",
"mocha": "7.1.0",
"mocha": "7.1.1",
"nodemailer-ntlm-auth": "1.0.1",

@@ -42,3 +42,3 @@ "proxy": "1.0.1",

"sinon": "9.0.1",
"smtp-server": "3.5.0"
"smtp-server": "3.6.0"
},

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