You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

nodemailer-smtp-transport

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-smtp-transport - npm Package Compare versions

Comparing version

to
2.6.0

2

Gruntfile.js

@@ -8,3 +8,3 @@ 'use strict';

eslint: {
all: ['lib/*.js', 'test/*.js', 'Gruntfile.js', '.eslintrc.js']
all: ['lib/*.js', 'test/*.js', 'Gruntfile.js']
},

@@ -11,0 +11,0 @@

{
"name": "nodemailer-smtp-transport",
"version": "2.5.0",
"version": "2.6.0",
"description": "SMTP transport for Nodemailer",

@@ -25,4 +25,4 @@ "main": "lib/smtp-transport.js",

"nodemailer-shared": "1.0.5",
"nodemailer-wellknown": "0.1.9",
"smtp-connection": "2.5.0"
"nodemailer-wellknown": "0.1.10",
"smtp-connection": "2.8.0"
},

@@ -32,7 +32,8 @@ "devDependencies": {

"grunt": "^1.0.1",
"grunt-eslint": "^18.1.0",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"smtp-server": "^1.9.1"
"mocha": "^2.5.3",
"smtp-server": "^1.11.0"
}
}