Socket
Socket
Sign inDemoInstall

smtp-connection

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-connection - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

CHANGELOG.md
# Changelog
## v1.0.2 2014-10-15
* Removed CleartextStream.pair.encrypted error handler. Does not seem to be supported by Node v0.11
## v1.0.1 2014-10-15

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

2

package.json
{
"name": "smtp-connection",
"version": "1.0.1",
"version": "1.0.2",
"description": "Connect to SMTP servers",

@@ -5,0 +5,0 @@ "main": "src/smtp-connection.js",

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

this._socket = tls.connect(this.options.port, this.options.host, opts, this._onConnect.bind(this));
this._socket.pair.encrypted.on('error', this._onError.bind(this));
} else {

@@ -159,0 +158,0 @@ this._socket = net.connect(opts, this._onConnect.bind(this));

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