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

mjml-accordion

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-accordion - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

7

lib/AccordionText.js

@@ -40,2 +40,5 @@ "use strict";

'font-family': this.getAttribute('font-family'),
'font-weight': this.getAttribute('font-weight'),
'letter-spacing': this.getAttribute('letter-spacing'),
'line-height': this.getAttribute('line-height'),
color: this.getAttribute('color'),

@@ -83,2 +86,5 @@ 'padding-bottom': this.getAttribute('padding-bottom'),

'font-family': 'string',
'font-weight': 'string',
'letter-spacing': 'unitWithNegative(px,em)',
'line-height': 'unit(px,%,)',
color: 'color',

@@ -93,4 +99,5 @@ 'padding-bottom': 'unit(px,%)',

'font-size': '13px',
'line-height': '1',
padding: '16px'
});
module.exports = exports.default;

6

package.json
{
"name": "mjml-accordion",
"description": "mjml-accordion",
"version": "4.7.0",
"version": "4.7.1",
"main": "lib/index.js",

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

"lodash": "^4.17.15",
"mjml-core": "4.7.0"
"mjml-core": "4.7.1"
},

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

},
"gitHead": "b7549727fb954f9bf54eca95cc76d82926f3ac4d"
"gitHead": "6bb3e08efb912765d5195d35dc19ce61cdd6306a"
}

@@ -124,2 +124,5 @@ ## mj-accordion

font-size | px | font size | 13px
font-weight | number | text thickness | n/a
letter-spacing | px,em | letter spacing | none
line-height | px | space between the lines | 1
padding | px | padding | 16px

@@ -126,0 +129,0 @@ padding-bottom | px | padding bottom | n/a

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