New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mjml-social

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-social - npm Package Compare versions

Comparing version 3.1.1-beta.3 to 3.1.1

8

lib/index.js

@@ -169,5 +169,5 @@ 'use strict';

value: function getStyles() {
var _props = this.props;
var mjAttribute = _props.mjAttribute;
var defaultUnit = _props.defaultUnit;
var _props = this.props,
mjAttribute = _props.mjAttribute,
defaultUnit = _props.defaultUnit;

@@ -182,3 +182,3 @@

fontWeight: mjAttribute('font-weight'),
lineHeight: defaultUnit(mjAttribute('line-height'), 'px'),
lineHeight: mjAttribute('line-height'),
textDecoration: mjAttribute('text-decoration')

@@ -185,0 +185,0 @@ },

{
"name": "mjml-social",
"description": "mjml-social",
"version": "3.1.1-beta.3",
"version": "3.1.1",
"main": "lib/index.js",

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

"dependencies": {
"lodash": "^4.16.4",
"mjml-core": "~3.1.1-beta.3",
"react": "^15.3.2"
"lodash": "^4.17.2",
"mjml-core": "~3.1.1",
"react": "^15.4.1"
}
}
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