Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

mjml-html

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-html - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7-beta.1

2

lib/index.js

@@ -37,3 +37,2 @@ 'use strict';

var endingTag = true;
var columnElement = true;
var baseStyles = {

@@ -85,5 +84,4 @@ div: {

Html.endingTag = endingTag;
Html.columnElement = columnElement;
Html.baseStyles = baseStyles;
exports.default = Html;

6

package.json
{
"name": "mjml-html",
"version": "2.0.6",
"description": "mjml-html",
"version": "2.0.7-beta.1",
"main": "lib/index.js",

@@ -16,6 +16,6 @@ "repository": {

"dependencies": {
"lodash": "^4.12.0",
"mjml-core": "^2.2.0",
"lodash": "^4.13.1",
"mjml-core": "^2.3.0-beta.1",
"react": "^15.1.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