Socket
Socket
Sign inDemoInstall

mjml-core

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-core - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

lib/createComponent.js

@@ -193,3 +193,3 @@ 'use strict';

return (0, _lodash.reduce)(stylesObject, function (output, value, name) {
if (value) {
if (!(0, _lodash.isNil)(value)) {
return '' + output + name + ':' + value + ';';

@@ -196,0 +196,0 @@ }

{
"name": "mjml-core",
"description": "mjml-core",
"version": "4.1.1",
"version": "4.1.2",
"main": "lib/index.js",

@@ -25,6 +25,6 @@ "repository": {

"lodash": "^4.17.2",
"mjml-migrate": "^4.1.1",
"mjml-parser-xml": "^4.1.1",
"mjml-validator": "^4.1.1"
"mjml-migrate": "^4.1.2",
"mjml-parser-xml": "^4.1.2",
"mjml-validator": "^4.1.2"
}
}
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