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 2.2.5 to 2.2.6

6

CHANGELOG.md
# Changelog
## v2.2.5 2016-02-11
## v2.2.6 2016-02-16
* Added yet another socket.resume to fixed an issue with proxied sockets and TLS
## v2.2.5 2016-02-15
* Fixed an issue with proxied sockets and TLS

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

@@ -567,2 +567,5 @@ 'use strict';

this._socket.on('timeout', this._onTimeout.bind(this));
// resume in case the socket was paused
socketPlain.resume();
};

@@ -569,0 +572,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "lib/smtp-connection.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