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.0 to 2.3.1-beta.1

2

lib/decorators/MJMLElement.js

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

value: function render() {
if (this.props.columnElement) {
if (this.props.columnElement && this.constructor.tagName != 'mj-raw') {
this.styles = this.getStyles();

@@ -330,0 +330,0 @@

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

var version = exports.version = function version() {
return '2.3.0';
return '2.3.1-beta.1';
};

@@ -52,0 +52,0 @@ var mjml2html = exports.mjml2html = function mjml2html(mjml) {

@@ -81,6 +81,7 @@ 'use strict';

this.content = (0, _includeExternal2.default)(content);
this.content = content;
this.options = options;
if (typeof this.content === 'string') {
this.content = (0, _includeExternal2.default)(this.content);
this.parseDocument();

@@ -87,0 +88,0 @@ }

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

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

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

@@ -37,0 +37,0 @@ },

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