mjml-social
Advanced tools
Comparing version 4.0.5 to 4.1.0-beta.1
@@ -45,2 +45,3 @@ 'use strict'; | ||
value: function getStyles() { | ||
// eslint-disable-line class-methods-use-this | ||
return { | ||
@@ -47,0 +48,0 @@ tableVertical: { |
@@ -170,7 +170,7 @@ 'use strict'; | ||
width: parseInt(iconSize, 10) | ||
}) + '\n />\n </a>\n </td>\n </tr>\n </table>\n </td>\n ' + (this.getContent() ? '\n <td ' + this.htmlAttributes({ style: 'tdText' }) + ' >\n <a\n ' + this.htmlAttributes({ | ||
}) + '\n />\n </a>\n </td>\n </tr>\n </table>\n </td>\n ' + (this.getContent() ? '\n <td ' + this.htmlAttributes({ style: 'tdText' }) + '>\n <a\n ' + this.htmlAttributes({ | ||
href: href, | ||
style: 'text', | ||
rel: this.getAttribute('rel') | ||
}) + '>\n ' + this.getContent() + '\n </a>\n </td>\n ' : '') + '\n </tr>\n '; | ||
}) + '>\n ' + this.getContent() + '\n </a>\n </td>\n ' : '') + '\n </tr>\n '; | ||
} | ||
@@ -177,0 +177,0 @@ }]); |
{ | ||
"name": "mjml-social", | ||
"description": "mjml-social", | ||
"version": "4.0.5", | ||
"version": "4.1.0-beta.1", | ||
"main": "lib/index.js", | ||
@@ -22,4 +22,4 @@ "repository": { | ||
"lodash": "^4.17.2", | ||
"mjml-core": "^4.0.5" | ||
"mjml-core": "^4.1.0-beta.1" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22025
325
1
Updatedmjml-core@^4.1.0-beta.1