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 1.11.0 to 1.11.1

4

CHANGELOG.md
# Changelog
## v1.11.1 2016-08-12
* this.server.options bug fix #58 (xpepermint)
## v1.11.0 2016-07-07

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

2

lib/smtp-connection.js

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

// Check if authentication is required
if (!this.session.user && this._isSupported('AUTH') && ['MAIL', 'RCPT', 'DATA'].indexOf(commandName) >= 0 && !this.server.options.authOptional) {
if (!this.session.user && this._isSupported('AUTH') && ['MAIL', 'RCPT', 'DATA'].indexOf(commandName) >= 0 && !this._server.options.authOptional) {
this.send(530, 'Error: authentication Required');

@@ -360,0 +360,0 @@ return setImmediate(callback);

{
"name": "smtp-server",
"version": "1.11.0",
"version": "1.11.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc