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

nodemailer-smtp-transport

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-smtp-transport - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/smtp-transport.js

@@ -33,2 +33,4 @@ 'use strict';

var connection = new SMTPConnection(options);
this.name = 'SMTP';
this.version = packageData.version + '[client:' + connection.version + ']';

@@ -35,0 +37,0 @@ }

2

package.json
{
"name": "nodemailer-smtp-transport",
"version": "0.1.1",
"version": "0.1.2",
"description": "SMTP transport for Nodemailer",

@@ -5,0 +5,0 @@ "main": "lib/smtp-transport.js",

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