Socket
Socket
Sign inDemoInstall

mailer

Package Overview
Dependencies
2
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.2 to 0.6.3

8

lib/node_mailer.js

@@ -59,6 +59,6 @@ /* Copyright (c) 2009-2010 Marak Squires, Elijah Insua, Fedor Indutny - http://github.com/marak/node_mailer

client.on("close",function() {
if(client == hostClients[options.user]) {
if(client == hostpool[options.user]) {
//only because this could be crazy long lived and dynamic
delete hostClients[options.user];
if(Object.keys(hostClients).length == 0) {
delete hostpool[options.user];
if(Object.keys(hostpool).length == 0) {
delete pool.servers[host]

@@ -97,3 +97,3 @@ }

pass: message.password && message.password.toString(),
debug: true
debug: message.debug
};

@@ -100,0 +100,0 @@ if(message.username || message.password) {

{
"name": "mailer",
"description": "send emails from node.js to a smtp server, simple as cake",
"version": "0.6.2",
"version": "0.6.3",
"author": "Marak Squires",

@@ -6,0 +6,0 @@ "contributors" : [

@@ -1,2 +0,2 @@

#v0.6.0
#v0.6.3
<img src = "https://github.com/Marak/node_mailer/raw/master/logo.png"/><br/>

@@ -3,0 +3,0 @@ ###send emails from node.js to your smtp server, simple as cake.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc