Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodemailer-smtp-pool

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-smtp-pool - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "nodemailer-smtp-pool",
"version": "1.1.0",
"version": "1.1.1",
"description": "SMTP transport for Nodemailer",

@@ -37,2 +37,2 @@ "main": "src/smtp-pool.js",

}
}
}

@@ -145,2 +145,5 @@ 'use strict';

this._rateLimit.counter++;
if (!this._rateLimit.checkpoint) {
this._rateLimit.checkpoint = Date.now();
}
}

@@ -227,6 +230,2 @@ connection.send(element.mail, element.callback);

if (!this._rateLimit.checkpoint) {
this._rateLimit.checkpoint = now;
}
if (this._rateLimit.counter < this.options.rateLimit) {

@@ -233,0 +232,0 @@ return callback();

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