Socket
Socket
Sign inDemoInstall

mjml-core

Package Overview
Dependencies
94
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.13.0 to 4.14.0

lib/helpers/genRandomHexString.js

4

lib/helpers/preview.js

@@ -14,5 +14,3 @@ "use strict";

return `
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">
${content}
</div>
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">${content}</div>
`;

@@ -19,0 +17,0 @@ }

@@ -14,3 +14,3 @@ "use strict";

function _default(cssValue, direction) {
const splittedCssValue = cssValue.split(' ');
const splittedCssValue = cssValue.trim().replace(/\s+/g, ' ').split(' ', 4);
let directions = {};

@@ -17,0 +17,0 @@

@@ -50,5 +50,3 @@ "use strict";

<head>
<title>
${title}
</title>
<title>${title}</title>
<!--[if !mso]><!-->

@@ -55,0 +53,0 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge">

@@ -47,2 +47,8 @@ "use strict";

});
Object.defineProperty(exports, "makeLowerBreakpoint", {
enumerable: true,
get: function () {
return _makeLowerBreakpoint.default;
}
});
Object.defineProperty(exports, "suffixCssClasses", {

@@ -115,2 +121,4 @@ enumerable: true,

var _makeLowerBreakpoint = _interopRequireDefault(require("./helpers/makeLowerBreakpoint"));
var _suffixCssClasses = _interopRequireDefault(require("./helpers/suffixCssClasses"));

@@ -117,0 +125,0 @@

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

@@ -30,6 +30,6 @@ "files": [

"js-beautify": "^1.6.14",
"juice": "^7.0.0",
"juice": "^9.0.0",
"lodash": "^4.17.21",
"mjml-migrate": "4.13.0",
"mjml-parser-xml": "4.13.0",
"mjml-migrate": "4.14.0",
"mjml-parser-xml": "4.14.0",
"mjml-validator": "4.13.0"

@@ -42,3 +42,3 @@ },

},
"gitHead": "16eee8e2693c1211ad29841c4cae0c600d6d6fb5"
"gitHead": "9600817b37073ab8fea7059c7013267657c2fade"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc