nodemailer-smtp-transport
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -8,3 +8,3 @@ 'use strict'; | ||
eslint: { | ||
all: ['lib/*.js', 'test/*.js', 'Gruntfile.js'] | ||
all: ['lib/*.js', 'test/*.js'] | ||
}, | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "nodemailer-smtp-transport", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "SMTP transport for Nodemailer", | ||
"main": "lib/smtp-transport.js", | ||
"scripts": { | ||
"test": "grunt" | ||
"test": "grunt mochaTest" | ||
}, | ||
@@ -24,5 +24,5 @@ "repository": { | ||
"dependencies": { | ||
"nodemailer-shared": "1.0.5", | ||
"nodemailer-shared": "1.1.0", | ||
"nodemailer-wellknown": "0.1.10", | ||
"smtp-connection": "2.8.0" | ||
"smtp-connection": "2.11.0" | ||
}, | ||
@@ -35,5 +35,5 @@ "devDependencies": { | ||
"grunt-mocha-test": "^0.12.7", | ||
"mocha": "^2.5.3", | ||
"smtp-server": "^1.11.0" | ||
"mocha": "^3.0.2", | ||
"smtp-server": "^1.14.2" | ||
} | ||
} |
18141
+ Addednodemailer-fetch@1.6.0(transitive)
+ Addednodemailer-shared@1.1.0(transitive)
+ Addedsmtp-connection@2.11.0(transitive)
- Removedsmtp-connection@2.8.0(transitive)
Updatednodemailer-shared@1.1.0
Updatedsmtp-connection@2.11.0