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

email-templates

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-templates - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

4

lib/email-template.js

@@ -203,7 +203,7 @@ 'use strict';

debug('Rendering stylesheet');
resolve((0, _util.renderFile)(_this6.files.style, locals)).then(function (style) {
resolve((0, _util.renderFile)(_this6.files.style, locals).then(function (style) {
_this6.style = style;
debug('Finished rendering stylesheet');
return style;
});
}));
});

@@ -210,0 +210,0 @@ }

{
"name": "email-templates",
"description": "Node.js module for rendering beautiful emails with ejs, jade, swig, hbs, or handlebars templates and email-friendly inline CSS using juice.",
"version": "2.3.1",
"version": "2.3.2",
"author": "Nick Baugh <niftylettuce@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -148,3 +148,3 @@ import P from 'bluebird'

debug('Rendering stylesheet')
resolve(renderFile(this.files.style, locals))
resolve(renderFile(this.files.style, locals)
.then((style) => {

@@ -154,5 +154,5 @@ this.style = style

return style
})
}))
})
}
}
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