nodemailer-mailgun-transport
Advanced tools
Comparing version 1.3.6 to 1.4.0
@@ -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(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22056
429
155
+ Addedagent-base@4.2.1(transitive)
+ Addedasync@2.6.4(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedform-data@2.3.3(transitive)
+ Addedhttps-proxy-agent@3.0.1(transitive)
+ Addedip@1.1.5(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addedmailgun-js@0.18.1(transitive)
+ Addedpac-proxy-agent@3.0.1(transitive)
+ Addedproxy-agent@3.0.3(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedsmart-buffer@4.2.0(transitive)
+ Addedsocks@2.3.3(transitive)
+ Addedsocks-proxy-agent@4.0.2(transitive)
+ Addedyallist@2.1.2(transitive)
- Removedagent-base@2.1.1(transitive)
- Removedasync@2.5.0(transitive)
- Removedform-data@2.2.0(transitive)
- Removedhttp-proxy-agent@1.0.0(transitive)
- Removedhttps-proxy-agent@1.0.0(transitive)
- Removedlru-cache@2.6.5(transitive)
- Removedmailgun-js@0.13.1(transitive)
- Removedpac-proxy-agent@2.0.2(transitive)
- Removedproxy-agent@2.1.0(transitive)
- Removedsemver@5.0.3(transitive)
- Removedsmart-buffer@1.1.15(transitive)
- Removedsocks@1.1.10(transitive)
- Removedsocks-proxy-agent@2.1.13.0.1(transitive)
Updatedmailgun-js@^0.18.0