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

nodemailer-express-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-express-handlebars - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

0

index.js
'use strict';
module.exports = require('./lib');

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

6

package.json
{
"name": "nodemailer-express-handlebars",
"version": "0.0.2",
"version": "0.0.3",
"description": "A plugin for nodemailer that uses express-handlebars view engine to generate emails",

@@ -18,2 +18,6 @@ "main": "index.js",

"bugs": "https://github.com/yads/nodemailer-express-handlebars/issues",
"repository": {
"type": "git",
"url": "https://github.com/yads/nodemailer-express-handlebars"
},
"license": "MIT",

@@ -20,0 +24,0 @@ "dependencies": {

5

README.md

@@ -21,6 +21,7 @@ # Express Handlebars plugin for Nodemailer

template: 'email',
values: {
context: {
name: 'Name'
}
}
transporter.sendMail(mail);
```

@@ -39,2 +40,2 @@ ## Plugin Options

# License
MIT
MIT

@@ -0,0 +0,0 @@ 'use strict';

Sorry, the diff of this file is not supported yet

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