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.9 to 0.1.10

4

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

@@ -25,3 +25,3 @@ "main": "src/smtp-transport.js",

"nodemailer-wellknown": "^0.1.0",
"smtp-connection": "^0.1.6"
"smtp-connection": "^0.1.7"
},

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

@@ -7,2 +7,5 @@ 'use strict';

var EventEmitter = require('events').EventEmitter;
var util = require('util');
// expose to the world

@@ -20,2 +23,4 @@ module.exports = function(options) {

function SMTPTransport(options) {
EventEmitter.call(this);
var hostData;

@@ -39,2 +44,3 @@

}
util.inherits(SMTPTransport, EventEmitter);

@@ -41,0 +47,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