Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mjml-core

Package Overview
Dependencies
Maintainers
5
Versions
132
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.0.0-beta.2 to 4.0.0

5

lib/createComponent.js

@@ -283,2 +283,7 @@ 'use strict';

if (!component) {
console.log('No matching component for tag : ' + children.tagName);
return;
}
if (component.handler) {

@@ -285,0 +290,0 @@ component.handler();

6

package.json
{
"name": "mjml-core",
"description": "mjml-core",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"main": "lib/index.js",

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

"lodash": "^4.17.3",
"mjml-migrate": "^4.0.0-beta.2",
"mjml-migrate": "^4.0.0",
"mjml-parser-xml": "^4.0.0-beta.2",
"mjml-validator": "^4.0.0-beta.2"
"mjml-validator": "^4.0.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