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.11.1 to 1.11.2

6

CHANGELOG.md
# Changelog
## v1.11.1 2016-08-12
## v1.11.2 2016-07-15
* Do not strip last linebreak
## v1.11.1 2016-07-12
* this.server.options bug fix #58 (xpepermint)

@@ -6,0 +10,0 @@

2

lib/smtp-stream.js

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

if (i > 2) {
buf = chunk.slice(0, i - 2);
buf = chunk.slice(0, i);
this.dataBytes += buf.length;

@@ -187,0 +187,0 @@ this._endDataMode(buf, chunk.slice(i + 3), done);

{
"name": "smtp-server",
"version": "1.11.1",
"version": "1.11.2",
"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