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
5
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 4.0.5 to 4.1.0-beta.1

1

lib/Social.js

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

value: function getStyles() {
// eslint-disable-line class-methods-use-this
return {

@@ -47,0 +48,0 @@ tableVertical: {

4

lib/SocialElement.js

@@ -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"
}
}
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