Socket
Socket
Sign inDemoInstall

periodicjs.core.mailer

Package Overview
Dependencies
253
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.4 to 10.1.0

4

lib/getTransport.js

@@ -11,2 +11,3 @@ 'use strict';

const sgTransport = require('nodemailer-sendgrid');
const sendgridTransport = require('nodemailer-sendgrid-transport');
const mgTransport = require('nodemailer-mailgun-transport');

@@ -23,2 +24,3 @@ const nodemailer = require('nodemailer');

sendgrid: sgTransport,
sendgridapi: sendgridTransport,
mailgun: mgTransport,

@@ -34,3 +36,3 @@ stub: stubTransport,

* @param {object} options.transportObject the json configuration for a node mailer transport
* @param {string} options.transportObject.transportType [ses|direct|sendmail|smtp-pool|sendgrid|mailgun|stub]
* @param {string} options.transportObject.transportType [ses|direct|sendmail|smtp-pool|sendgrid|sendgridapi|mailgun|stub]
* @param {object} options.transportObject.transportOptions options for a node mailer transport

@@ -37,0 +39,0 @@ * @returns {promise} resolves a node mailer transport

{
"name": "periodicjs.core.mailer",
"description": "nodemailer transport loader for periodicjs",
"version": "10.0.4",
"version": "10.1.0",
"main": "index.js",

@@ -30,7 +30,8 @@ "engines": {

"ejs": "^2.5.6",
"nodemailer": "^4.0.1",
"nodemailer": "^5.1.1",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-html-to-text": "^2.1.0",
"nodemailer-mailgun-transport": "^1.3.5",
"nodemailer-sendgrid": "^1.0.1",
"nodemailer-html-to-text": "^3.0.0",
"nodemailer-mailgun-transport": "^1.4.0",
"nodemailer-sendgrid": "^1.0.3",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemailer-sendmail-transport": "^1.0.2",

@@ -42,7 +43,7 @@ "nodemailer-ses-transport": "^1.5.1",

"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.9",
"fs-extra": "^3.0.1",
"grunt": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.3",
"fs-extra": "^7.0.1",
"grunt": "^1.0.3",
"grunt-browserify": "^5.0.0",

@@ -49,0 +50,0 @@ "grunt-contrib-copy": "^1.0.0",

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