Socket
Socket
Sign inDemoInstall

mjml-core

Package Overview
Dependencies
93
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.14.0 to 4.14.1

5

lib/index.js

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

var _cheerio = _interopRequireDefault(require("cheerio"));
var _cheerio = require("cheerio");

@@ -436,3 +436,3 @@ var _mjmlParserXml = _interopRequireDefault(require("mjml-parser-xml"));

if (!(0, _isEmpty2.default)(globalData.htmlAttributes)) {
const $ = _cheerio.default.load(content, {
const $ = (0, _cheerio.load)(content, {
xmlMode: true,

@@ -443,3 +443,2 @@ // otherwise it may move contents that aren't in any tag

});
(0, _each2.default)(globalData.htmlAttributes, (data, selector) => {

@@ -446,0 +445,0 @@ (0, _each2.default)(data, (value, attrName) => {

12

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

@@ -26,4 +26,4 @@ "files": [

"@babel/runtime": "^7.14.6",
"cheerio": "1.0.0-rc.10",
"detect-node": "2.0.4",
"cheerio": "1.0.0-rc.12",
"detect-node": "^2.0.4",
"html-minifier": "^4.0.0",

@@ -33,4 +33,4 @@ "js-beautify": "^1.6.14",

"lodash": "^4.17.21",
"mjml-migrate": "4.14.0",
"mjml-parser-xml": "4.14.0",
"mjml-migrate": "4.14.1",
"mjml-parser-xml": "4.14.1",
"mjml-validator": "4.13.0"

@@ -43,3 +43,3 @@ },

},
"gitHead": "9600817b37073ab8fea7059c7013267657c2fade"
"gitHead": "988819de3375867c09585d28f555166b97415200"
}
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