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
4
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.8.0 to 1.8.1

2

index.js

@@ -206,3 +206,3 @@ const SparkPost = require('sparkpost');

const domain = studio.customSendingDomain || 'no-reply@ondibs.com';
const customEmailText = (studio.custom_email_text.find(cet => cet.template === emailType) &&
const customEmailText = (studio.custom_email_text && studio.custom_email_text.find(cet => cet.template === emailType) &&
studio.custom_email_text.find(cet => cet.template === emailType).text) || '';

@@ -209,0 +209,0 @@ const purchasePlaceLink = studio.live && !studio.liveWidget ? 'https://www.ondibs.com/users' : `http://${studio.domain}?dibs_open`;

{
"name": "@dibs-tech/mail-client",
"version": "1.8.0",
"version": "1.8.1",
"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