Socket
Socket
Sign inDemoInstall

mjml-table

Package Overview
Dependencies
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-table - npm Package Compare versions

Comparing version 4.10.0 to 4.10.1

3

lib/index.js

@@ -64,3 +64,3 @@ "use strict";

value: function render() {
const tableAttributes = (0, _reduce2.default)(['cellpadding', 'cellspacing'], (acc, v) => ({ ...acc,
const tableAttributes = (0, _reduce2.default)(['cellpadding', 'cellspacing', 'role'], (acc, v) => ({ ...acc,
[v]: this.getAttribute(v)

@@ -103,2 +103,3 @@ }), {});

padding: 'unit(px,%){1,4}',
role: 'enum(none,presentation)',
'table-layout': 'enum(auto,fixed,initial,inherit)',

@@ -105,0 +106,0 @@ 'vertical-align': 'enum(top,bottom,middle)',

{
"name": "mjml-table",
"description": "mjml-atable",
"version": "4.10.0",
"version": "4.10.1",
"main": "lib/index.js",

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

"lodash": "^4.17.15",
"mjml-core": "4.10.0"
"mjml-core": "4.10.1"
},

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

},
"gitHead": "2a3b05ba06a97f4e0f02397f9aa6944c8613baa9"
"gitHead": "c560edfa3dc22e9be1b730aa6a48f4ea1338dee1"
}

@@ -57,3 +57,4 @@ ## mj-table

padding-top | percent/px | top offset | n/a
role | none/presentation | specify the role attribute | n/a
table-layout | auto/fixed/initial/inherit | sets the table layout. | auto
width | percent/px | table width | 100%
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