Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-server - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

CHANGELOG.md
# Changelog
## v1.7.1 2015-10-27
* Fixed an issue with empty NAME for XCLIENT
## v1.7.0 2015-10-27

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

3

lib/smtp-connection.js

@@ -603,3 +603,4 @@ 'use strict';

case 'NAME':
this._server.logger.info('[%s] XCLIENT hostname resolved as "%s"', this._id, value || '');
value = value || '';
this._server.logger.info('[%s] XCLIENT hostname resolved as "%s"', this._id, value);
this.clientHostname = value.toLowerCase();

@@ -606,0 +607,0 @@ break;

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

@@ -5,0 +5,0 @@ "main": "lib/smtp-server.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc