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

mail-time

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mail-time - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

6

package.json
{
"name": "mail-time",
"version": "1.3.2",
"version": "1.3.3",
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups",

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

"deepmerge": "^4.2.2",
"josk": "^3.0.1"
"josk": "^3.0.2"
},

@@ -61,5 +61,5 @@ "devDependencies": {

"mongodb": "^4.7.0",
"nodemailer": "^6.7.5",
"nodemailer": "^6.7.6",
"nodemailer-direct-transport": "^3.0.7"
}
}

@@ -9,15 +9,7 @@ [![support](https://img.shields.io/badge/support-GitHub-white)](https://github.com/sponsors/dr-dimitru)

Micro-service package for mail queue, with *Server* and *Client* API.
Build on top of [`nodemailer`](https://github.com/nodemailer/nodemailer) package.
Every `MailTime` instance can be configured to be a *Server* or *Client*.
Main difference of *Server* from *Client* - *Server* handles queue and actually sends email.
While *Client* is only put emails into the queue.
"Mail-Time" is a micro-service package for mail queue, with *Server* and *Client* APIs. Build on top of the [`nodemailer`](https://github.com/nodemailer/nodemailer) package.
Every `MailTime` instance can get configured as *Server* or *Client*.
Every `MailTime` instance can get `type` configured as *Server* or *Client*.
The main difference between *Server* and *Client* modes is that the *Server* handles the queue and __sends__ email. While the *Client* only __adds__ emails into the queue.
The main difference between *Server* and *Client* `type` is that the *Server* handles the queue and __sends__ email. While the *Client* only __adds__ emails into the queue.

@@ -436,17 +428,2 @@ ## ToC

Test Atmosphere (meteor.js) package:
```shell
# Default
EMAIL_DOMAIN="example.com" meteor test-packages ./ --driver-package=meteortesting:mocha
# With custom port
DEBUG="true" EMAIL_DOMAIN="example.com" meteor test-packages ./ --driver-package=meteortesting:mocha --port 8888
# With local MongoDB and custom port
DEBUG="true" EMAIL_DOMAIN="example.com" MONGO_URL="mongodb://127.0.0.1:27017/meteor-mail-time-test-001" meteor test-packages ./ --driver-package=meteortesting:mocha --port 8888
# Be patient, tests are taking around 2 mins
```
## Support this project:

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