mjml-core
Advanced tools
Comparing version 4.0.0-beta.2 to 4.0.0
@@ -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(); |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
127995
2184
0
Updatedmjml-migrate@^4.0.0
Updatedmjml-validator@^4.0.0