Socket
Socket
Sign inDemoInstall

mjml-carousel

Package Overview
Dependencies
95
Maintainers
6
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.10.2 to 4.10.3

1

lib/Carousel.js

@@ -351,2 +351,3 @@ "use strict";

'border-radius': 'unit(px,%)',
'container-background-color': 'color',
'icon-width': 'unit(px,%)',

@@ -353,0 +354,0 @@ 'left-icon': 'string',

@@ -179,2 +179,3 @@ "use strict";

rel: 'string',
target: 'string',
title: 'string',

@@ -181,0 +182,0 @@ src: 'string',

8

package.json
{
"name": "mjml-carousel",
"description": "mjml-carousel",
"version": "4.10.2",
"version": "4.10.3",
"main": "lib/index.js",

@@ -24,5 +24,5 @@ "files": [

"dependencies": {
"@babel/runtime": "^7.8.7",
"@babel/runtime": "^7.14.6",
"lodash": "^4.17.21",
"mjml-core": "4.10.2"
"mjml-core": "4.10.3"
},

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

},
"gitHead": "43b164b3f5095169ea301b5f68c7e5bdab6d4a5e"
"gitHead": "1027789f004f8b71379f21f28e12c922f69716c8"
}

@@ -37,3 +37,3 @@ ## mj-carousel

align | string | horizontal alignment | center
background-color | string | column background color | none
container-background-color | string | column background color | none
border-radius | px | border radius | n/a

@@ -40,0 +40,0 @@ css-class | string | class name, added to the root HTML element created | n/a

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc