Socket
Socket
Sign inDemoInstall

mjml-core

Package Overview
Dependencies
Maintainers
1
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 2.3.1 to 2.3.2

1

lib/helpers/dom.js

@@ -66,2 +66,3 @@ 'use strict';

var cheerio = require('cheerio');
var $ = cheerio.load('', { decodeEntities: false });

@@ -68,0 +69,0 @@

@@ -94,2 +94,3 @@ 'use strict';

var fs = require('fs');
var path = process.cwd();

@@ -96,0 +97,0 @@

2

lib/parsers/document.js

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

bodyContent = bodyContent[0];
bodyContent = bodyContent[0].replace('$', '$'); // $ is a protected chars for regexp... avoid issue with duplicate content

@@ -59,0 +59,0 @@ _MJMLElementsCollection.endingTags.forEach(function (tag) {

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

@@ -28,9 +28,9 @@ "scripts": {

"he": "^1.1.0",
"html-minifier": "^3.0.1",
"html-minifier": "^3.0.2",
"immutable": "^3.8.1",
"jquery": "^3.1.0",
"js-beautify": "^1.6.3",
"lodash": "^4.13.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"lodash": "^4.14.2",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"warning": "^3.0.0"

@@ -40,4 +40,4 @@ },

"chai": "^3.5.0",
"mocha": "^2.5.3"
"mocha": "^3.0.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