New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pixl-mail

Package Overview
Dependencies
Maintainers
0
Versions
19
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.1.1 to 1.1.2

1

mail.js

@@ -109,2 +109,3 @@ // Simple SMTP Email Sender

self.options.logger[level] = function(entry, message, ...args) {
if (!entry) entry = {};
message = util.format(message, ...args);

@@ -111,0 +112,0 @@ self.logDebug(9, message, entry);

2

package.json
{
"name": "pixl-mail",
"version": "1.1.1",
"version": "1.1.2",
"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