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.3.0 to 1.3.1

4

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

@@ -35,2 +35,2 @@ "main": "src/smtp-connection.js",

}
}
}

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

if (!str.trim()) { // skip unexpected empty lines
setImmediate(this._processResponse.bind(this, true));
}
var action = this._currentAction;

@@ -1001,2 +1005,2 @@ this._currentAction = null;

return defaultHostname;
};
};
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