Socket
Socket
Sign inDemoInstall

mail-time

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

4

index.js

@@ -225,2 +225,6 @@ const JoSk = require('josk');

if (!transport) {
throw new Error('[mail-time] [sendMail] [___compileMailOpts] transport not available or misconfiguration is in place!');
}
if (transport._options && typeof transport._options === 'object' && transport._options !== null && transport._options.mailOptions) {

@@ -227,0 +231,0 @@ _mailOpts = merge(_mailOpts, transport._options.mailOptions);

12

package.json
{
"name": "mail-time",
"version": "1.2.3",
"version": "1.2.4",
"description": "Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup",

@@ -52,13 +52,13 @@ "main": "index.js",

"deepmerge": "^4.2.2",
"josk": "^2.2.3"
"josk": "^2.2.5"
},
"devDependencies": {
"bson": "^4.0.3",
"bson": "^4.0.4",
"bson-ext": "^2.0.3",
"chai": "^4.2.0",
"mocha": "^7.1.0",
"mongodb": "^3.5.4",
"nodemailer": "^6.4.4",
"mocha": "^7.1.2",
"mongodb": "^3.5.7",
"nodemailer": "^6.4.6",
"nodemailer-direct-transport": "^3.3.2"
}
}

@@ -7,2 +7,6 @@ # MailTime

<a href="https://ostr.io">
<img src="https://ostr.io/apple-touch-icon-60x60.png" height="38">
</a>
Micro-service package for mail queue, with *Server* and *Client* API.

@@ -9,0 +13,0 @@ Build on top of [`nodemailer`](https://github.com/nodemailer/nodemailer) package.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc