Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pixul/nodemailer-sparkpost

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixul/nodemailer-sparkpost - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

11

lib/index.js

@@ -48,5 +48,12 @@ 'use strict';

const res = await this.resolveAndSend(message, resolveme, request);
try {
callback(null, res); //This is ugly, but nodemailer doesn't support promise for .send method
const res = await this.resolveAndSend(message, resolveme, request);
callback(null, res); //This is ugly, but nodemailer doesn't support promise for .send method
}
catch (err) {
callback(err);
}
}

@@ -53,0 +60,0 @@

2

package.json
{
"name": "@pixul/nodemailer-sparkpost",
"version": "3.0.2",
"version": "3.0.3",
"description": "SparkPost transport for Nodemailer",

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

Sorry, the diff of this file is not supported yet

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