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

nodemailer-mailgun-transport

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-mailgun-transport - npm Package Compare versions

Comparing version 1.3.6 to 1.4.0

4

package.json

@@ -5,3 +5,3 @@ {

"description": "A transport module to use with nodemailer to leverage Mailgun's REST API",
"version": "1.3.6",
"version": "1.4.0",
"repository": {

@@ -42,3 +42,3 @@ "type": "git",

"consolidate": "^0.14.0",
"mailgun-js": "^0.13.1"
"mailgun-js": "^0.18.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -33,3 +33,4 @@ nodemailer-mailgun-transport

domain: 'one of your domain names listed at your https://mailgun.com/app/domains'
}
},
proxy: 'http://user:pass@localhost:8080' // optional proxy, default is false
}

@@ -36,0 +37,0 @@

@@ -31,3 +31,4 @@ 'use strict';

'o:require-tls',
'o:skip-verification'
'o:skip-verification',
'X-Mailgun-Variables'
];

@@ -54,3 +55,7 @@ var whitelistPrefix = [

apiKey: this.options.auth.api_key,
domain: this.options.auth.domain || ''
domain: this.options.auth.domain || '',
proxy: this.options.proxy || false,
host: this.options.host || 'api.mailgun.net',
protocol: this.options.protocol || 'https:',
port: this.options.port || 443
});

@@ -57,0 +62,0 @@ this.messages = this.mailgun.messages();

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