New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hof-emailer

Package Overview
Dependencies
Maintainers
16
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hof-emailer - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.idea/hof-emailer.iml

6

package.json
{
"name": "hof-emailer",
"version": "2.1.0",
"version": "2.1.1",
"description": "A service for generating and sending html and raw emails for use with HOF services",

@@ -16,3 +16,3 @@ "main": "index.js",

"scripts": {
"test": "npm-run-all lint unit coverage snyk",
"test": "npm-run-all lint unit coverage",
"unit": "mocha",

@@ -30,3 +30,3 @@ "lint": "eslint .",

"mkdirp": "^0.5.1",
"nodemailer": "^2.6.4",
"nodemailer": "^6.4.16",
"nodemailer-ses-transport": "^1.5.0",

@@ -33,0 +33,0 @@ "nodemailer-smtp-transport": "^2.7.2",

@@ -74,11 +74,22 @@ # HOF Emailer

#### Options
A development option to write the html content of the email to a file for inspection.
`transport: 'debug'`
#### debug options
- `dir` <String>: The location to save html to. Default: `./.emails`. This directory will be created if it does not exist.
- `open` <Boolean>: If set to true, will automatically open the created html file in a browser.
#### debug example
```
transport: 'debug'
transportOptions: {
dir: './emails',
open: true
}
```
### `stub`
Disables sending email. No options are required.

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