Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
2
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

4

CHANGELOG.md
# Changelog
## v3.2.0 2017-10-01
* Return net.listen() value
## v3.1.0 2017-08-16

@@ -4,0 +8,0 @@

2

lib/smtp-server.js

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

listen(...args) {
this.server.listen(...args);
return this.server.listen(...args);
}

@@ -101,0 +101,0 @@

{
"name": "smtp-server",
"version": "3.1.0",
"version": "3.2.0",
"description": "Create custom SMTP servers on the fly",

@@ -13,12 +13,12 @@ "main": "lib/smtp-server.js",

"ipv6-normalize": "^1.0.1",
"nodemailer": "^4.0.1"
"nodemailer": "^4.1.1"
},
"devDependencies": {
"chai": "^4.1.1",
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^20.0.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.5.0"
"mocha": "^3.5.3"
},

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

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