Socket
Socket
Sign inDemoInstall

mjml-parser-xml

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-parser-xml - npm Package Compare versions

Comparing version 4.6.3-alpha.0 to 4.6.3

3

lib/index.js

@@ -215,3 +215,4 @@ "use strict";

if (name === 'mj-include' && !ignoreIncludes) {
if (name === 'mj-include') {
if (ignoreIncludes) return;
inInclude = true;

@@ -218,0 +219,0 @@ handleInclude(decodeURIComponent(attrs.path), line);

{
"name": "mjml-parser-xml",
"description": "mjml-parser-xml",
"version": "4.6.3-alpha.0",
"version": "4.6.3",
"main": "lib/index.js",

@@ -28,7 +28,7 @@ "repository": {

"chai": "^4.1.1",
"mjml": "4.6.3-alpha.0",
"mjml-core": "4.6.3-alpha.0",
"mjml": "4.6.3",
"mjml-core": "4.6.3",
"rimraf": "^3.0.2"
},
"gitHead": "d98f4c7ddb6e362ba50e5e6aadc66c32bb02a3ba"
"gitHead": "967cd5d2988836d93d051678cecd5ac58e77c669"
}
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