Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pixl-mail

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixl-mail - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

7

mail.js

@@ -93,3 +93,8 @@ // Simple SMTP Email Sender

// setup SMTP transport
if (this.options.sendmail) {
delete this.options.host;
delete this.options.port;
}
// setup transport
var transport = nodemailer.createTransport(this.options);

@@ -96,0 +101,0 @@

4

package.json
{
"name": "pixl-mail",
"version": "1.0.7",
"version": "1.0.8",
"description": "A very simple class for sending e-mail via SMTP.",

@@ -22,3 +22,3 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>",

"dependencies": {
"nodemailer": "^1.3.4",
"nodemailer": "^4.4.1",
"pixl-tools": ">=1.0.0",

@@ -25,0 +25,0 @@ "pixl-class": ">=1.0.0"

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