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.4 to 0.1.5

6

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

@@ -24,4 +24,4 @@ "main": "src/smtp-transport.js",

"dependencies": {
"smtp-connection": "^0.1.3",
"nodemailer-wellknown": "^0.1.0"
"nodemailer-wellknown": "^0.1.0",
"smtp-connection": "^0.1.4"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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

}
info.messageId = mail.message.getHeader('message-id');
return callback(null, info);

@@ -69,0 +71,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