Socket
Socket
Sign inDemoInstall

mjml

Package Overview
Dependencies
144
Maintainers
6
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.13.0 to 4.14.0

LICENSE.md

12

package.json
{
"name": "mjml",
"description": "MJML: the only framework that makes responsive-email easy",
"version": "4.13.0",
"version": "4.14.0",
"main": "lib/index.js",

@@ -30,6 +30,6 @@ "bin": {

"@babel/runtime": "^7.14.6",
"mjml-cli": "4.13.0",
"mjml-core": "4.13.0",
"mjml-migrate": "4.13.0",
"mjml-preset-core": "4.13.0",
"mjml-cli": "4.14.0",
"mjml-core": "4.14.0",
"mjml-migrate": "4.14.0",
"mjml-preset-core": "4.14.0",
"mjml-validator": "4.13.0"

@@ -45,3 +45,3 @@ },

},
"gitHead": "16eee8e2693c1211ad29841c4cae0c600d6d6fb5"
"gitHead": "9600817b37073ab8fea7059c7013267657c2fade"
}

@@ -123,3 +123,3 @@ # MJML 4

-------------|--------|--------------|---------------
fonts | object | Default fonts imported in the HTML rendered by HTML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L36-L44)
fonts | object | Default fonts imported in the HTML rendered by MJML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L100-L108)
keepComments | boolean | Option to keep comments in the HTML output | true

@@ -135,3 +135,3 @@ ignoreIncludes | boolean | Option to ignore mj-includes | false

mjmlConfigPath | string | The path or directory of the `.mjmlconfig` file (for custom components use) | `process.cwd()`
useMjmlConfigOptions | Allows to use the `config` attribute from `.mjmlconfig` file | false
useMjmlConfigOptions | Allows to use the `options` attribute from `.mjmlconfig` file | false

@@ -138,0 +138,0 @@ Note that it's also possible to define preprocessors in your mjmlconfig file. For this, you need to use a `.mjmlconfig.js` file. This js file needs to export an Object with the same structure as a standard JSON .mjmlconfig file.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc