Socket
Socket
Sign inDemoInstall

nodemailer-smtp-pool

Package Overview
Dependencies
7
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.7.0

2

Gruntfile.js

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

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

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

{
"name": "nodemailer-smtp-pool",
"version": "2.6.0",
"version": "2.7.0",
"description": "SMTP transport for Nodemailer",
"main": "lib/smtp-pool.js",
"scripts": {
"test": "grunt"
"test": "grunt mochaTest"
},

@@ -25,4 +25,4 @@ "repository": {

"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"
}
}
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