Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
3
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.4 to 3.4.5

4

CHANGELOG.md
# Changelog
## v3.4.5 2018-05-25
* Expose connection id in 'connect' event
## v3.4.4 2018-05-04

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

@@ -618,2 +618,3 @@ 'use strict';

this.emit('connect', {
id: this.id,
localAddress: this.localAddress,

@@ -620,0 +621,0 @@ localPort: this.localPort,

6

package.json
{
"name": "smtp-server",
"version": "3.4.4",
"version": "3.4.5",
"description": "Create custom SMTP servers on the fly",

@@ -14,3 +14,3 @@ "main": "lib/smtp-server.js",

"ipv6-normalize": "1.0.1",
"nodemailer": "4.6.4"
"nodemailer": "4.6.5"
},

@@ -24,3 +24,3 @@ "devDependencies": {

"grunt-mocha-test": "^0.13.3",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"pem": "^1.12.5"

@@ -27,0 +27,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc