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.9.0 to 1.9.1

4

CHANGELOG.md
# Changelog
## v1.9.1 2016-04-26
* Check that `connection._parser` exists before trying to use it in the DATA handler
## v1.9.0 2016-02-20

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

@@ -945,2 +945,6 @@ 'use strict';

if(!this._parser){
return callback();
}
this._dataStream = this._parser.startDataMode(this._server.options.size);

@@ -947,0 +951,0 @@

8

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

@@ -17,7 +17,7 @@ "main": "lib/smtp-server.js",

"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-eslint": "^18.0.0",
"grunt": "^1.0.1",
"grunt-eslint": "^18.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"smtp-connection": "^2.3.0"
"smtp-connection": "^2.3.2"
},

@@ -24,0 +24,0 @@ "engines": {

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