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

@dibs-tech/mail-client

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dibs-tech/mail-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

15

index.js

@@ -120,3 +120,18 @@ const nodemailer = require('nodemailer');

/**
* info - Description
* @memberof MailClient
* @instance
* @param {string} subject Description
* @param {string} message Description
* @param {object} options Description
* @param {MailClient~primaryCallback} cb Description
*
* @returns {type} Description
*/
MailClient.prototype.studios = function studio(subject, message, options, cb) {
this.sendEmail('studios@ondibs.com', subject, message, options, cb);
};
/**

@@ -123,0 +138,0 @@ * sendTemplatedEmail - Description

2

package.json
{
"name": "@dibs-tech/mail-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "A mail client implementation, using sparkpost",

@@ -5,0 +5,0 @@ "main": "index.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