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.5 to 1.0.6

4

mail.js

@@ -14,6 +14,6 @@ // Simple SMTP Email Sender

__construct: function(hostname, port) {
__construct: function(host, port) {
// class constructor
this.options = {
hostname: hostname || '127.0.0.1',
host: host || '127.0.0.1',
port: port || 25

@@ -20,0 +20,0 @@ };

{
"name": "pixl-mail",
"version": "1.0.5",
"version": "1.0.6",
"description": "A very simple class for sending e-mail via SMTP.",

@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>",

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