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.4.1 to 4.5.0

6

lib/index.js

@@ -136,3 +136,7 @@ 'use strict';

content: '<!-- mj-include fails to read file : ' + file + ' at ' + partialPath + ' -->',
children: []
children: [],
errors: [{
type: 'include',
params: { file: file, partialPath: partialPath }
}]
};

@@ -139,0 +143,0 @@ cur.children.push(newNode);

8

package.json
{
"name": "mjml-parser-xml",
"description": "mjml-parser-xml",
"version": "4.4.1",
"version": "4.5.0",
"main": "lib/index.js",

@@ -23,3 +23,3 @@ "repository": {

"htmlparser2": "^3.9.2",
"lodash": "^4.17.2"
"lodash": "^4.17.15"
},

@@ -29,5 +29,5 @@ "devDependencies": {

"cross-env": "^5.2.0",
"mjml": "4.4.1",
"mjml-core": "4.4.1"
"mjml": "4.5.0",
"mjml-core": "4.5.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