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

mjml-image

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-image - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-beta.1

README.md

18

lib/index.js

@@ -132,3 +132,19 @@ 'use strict';

return MjImage;
}(_mjmlCore.BodyComponent), _class.tagOmission = true, _class.defaultAttributes = {
}(_mjmlCore.BodyComponent), _class.tagOmission = true, _class.allowedAttributes = {
'alt': 'string',
'href': 'string',
'src': 'string',
align: 'enum(left,center,right)',
border: 'string',
'border-bottom': 'string',
'border-left': 'string',
'border-right': 'string',
'border-top': 'string',
padding: 'unit(px,%){1,4}',
'padding-bottom': 'unit(px,%)',
'padding-left': 'unit(px,%)',
'padding-right': 'unit(px,%)',
'padding-top': 'unit(px,%)',
width: 'unit(px,%)'
}, _class.defaultAttributes = {
align: 'center',

@@ -135,0 +151,0 @@ border: '0',

4

package.json
{
"name": "mjml-image",
"description": "mjml-image",
"version": "4.0.0-alpha.5",
"version": "4.0.0-beta.1",
"main": "lib/index.js",

@@ -21,4 +21,4 @@ "repository": {

"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.5"
"mjml-core": "^4.0.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