Socket
Socket
Sign inDemoInstall

mjml-text

Package Overview
Dependencies
95
Maintainers
6
Versions
128
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

6

package.json
{
"name": "mjml-text",
"description": "mjml-text",
"version": "4.13.0",
"version": "4.14.0",
"main": "lib/index.js",

@@ -26,3 +26,3 @@ "files": [

"lodash": "^4.17.21",
"mjml-core": "4.13.0"
"mjml-core": "4.14.0"
},

@@ -33,3 +33,3 @@ "devDependencies": {

},
"gitHead": "16eee8e2693c1211ad29841c4cae0c600d6d6fb5"
"gitHead": "9600817b37073ab8fea7059c7013267657c2fade"
}
## mj-text
This tag allows you to display text in your email.
This tag allows you to display text and HTML in your email.

@@ -10,6 +10,7 @@ ```xml

<mj-column>
<mj-text>
<h1>
Hey Title!
</h1>
<mj-text font-family="Helvetica" color="#F45E43">
<h1>Title</h1>
<p>Paragraph</p>
<p style="font-family:Comic Sans Ms">Another paragraph</p>
</mj-text>

@@ -16,0 +17,0 @@ </mj-column>

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