Socket
Socket
Sign inDemoInstall

@fastnloud/nest-mail

Package Overview
Dependencies
24
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

6

dist/configs/mail.config.js

@@ -15,10 +15,10 @@ "use strict";

defaultFromAddress: Joi.string().required().messages({
'*': 'Environment varable MAIL_DEFAULT_FROM_ADDRESS is required (string; e.g. j.doe@example.com)',
'*': 'Environment variable MAIL_DEFAULT_FROM_ADDRESS is required (string; e.g. j.doe@example.com)',
}),
defaultFromName: Joi.string().required().messages({
'*': 'Environment varable MAIL_DEFAULT_FROM_NAME is required (string; e.g. John Doe)',
'*': 'Environment variable MAIL_DEFAULT_FROM_NAME is required (string; e.g. John Doe)',
}),
recipients: Joi.string().optional().allow(''),
url: Joi.string().required().messages({
'*': 'Environment varable MAIL_URL is required (string; e.g. smtp://localhost:1025)',
'*': 'Environment variable MAIL_URL is required (string; e.g. smtp://localhost:1025)',
}),

@@ -25,0 +25,0 @@ }).validate(config, {

{
"name": "@fastnloud/nest-mail",
"version": "1.0.3",
"version": "1.0.4",
"description": "Mail module for Nest that uses Nodemailer to deliver messages.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/fastnloud/nest-mail#readme",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc