New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/iris-react-image-container

Package Overview
Dependencies
Maintainers
23
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-image-container - npm Package Compare versions

Comparing version 2.3.28 to 2.3.29

24

dist/index.js

@@ -113,18 +113,14 @@ module.exports =

var ImageContainer = styled_components__WEBPACK_IMPORTED_MODULE_0___default()('div').withConfig({
const ImageContainer = styled_components__WEBPACK_IMPORTED_MODULE_0___default()('div').withConfig({
displayName: "src__ImageContainer",
componentId: "f62acz-0"
})(["font-size:", ";color:", ";display:flex;justify-content:center;svg{width:1em;height:1em;fill:currentColor;.background{fill:", ";}.shapeColorFiller{fill:", ";}}"], function (_ref) {
var scale = _ref.scale;
return scale ? "".concat(scale, "em") : '';
}, function (_ref2) {
var textColor = _ref2.color;
return textColor || '';
}, function (_ref3) {
var backgroundColor = _ref3.backgroundColor;
return backgroundColor || 'none';
}, function (_ref4) {
var fillShape = _ref4.fillShape;
return fillShape ? _invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__["color"].ui0 : '';
});
})(["font-size:", ";color:", ";display:flex;justify-content:center;svg{width:1em;height:1em;fill:currentColor;.background{fill:", ";}.shapeColorFiller{fill:", ";}}"], ({
scale
}) => scale ? `${scale}em` : '', ({
color: textColor
}) => textColor || '', ({
backgroundColor
}) => backgroundColor || 'none', ({
fillShape
}) => fillShape ? _invisionag_beacon_tokens_injixo__WEBPACK_IMPORTED_MODULE_1__["color"].ui0 : '');
/* harmony default export */ __webpack_exports__["default"] = (ImageContainer);

@@ -131,0 +127,0 @@

{
"name": "@invisionag/iris-react-image-container",
"version": "2.3.28",
"version": "2.3.29",
"main": "dist/index.js",

@@ -9,4 +9,4 @@ "license": "MIT",

"@invisionag/beacon-tokens": "^0.0.15",
"@invisionag/iris-settings": "^6.1.29",
"@invisionag/iris-tools": "^4.1.28"
"@invisionag/iris-settings": "^6.1.30",
"@invisionag/iris-tools": "^4.1.29"
},

@@ -16,3 +16,3 @@ "peerDependencies": {

},
"gitHead": "1073ccb0ff0dfa260ef73af625bf231b457a3e7d"
"gitHead": "3bbf8d39b7b9d568ec075c8f0b1a250ab257d6e1"
}
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