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

mailjs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailjs - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

10

mail.js

@@ -546,3 +546,2 @@

html = opts.html,
css = opts.css,

@@ -671,5 +670,10 @@ el = opts.el,

if (opts.html && opts.css)
dest = juice(dest, { extraCss: css });
if (opts.html) {
var css = (mailjs.opts.css || '') + (opts.css || '');
if (css) {
dest = juice(dest, { extraCss: css });
}
}
return dest;

@@ -676,0 +680,0 @@ },

{
"name": "mailjs",
"version": "0.1.8",
"version": "0.1.9",
"description": "JavaScript HTML and text email renderer/formatter.",

@@ -5,0 +5,0 @@ "main": "mail.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