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

@volvo-cars/ced-os-react-components

Package Overview
Dependencies
Maintainers
11
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/ced-os-react-components - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

6

dist/ced-os-react-components.cjs.js

@@ -126,3 +126,3 @@ var __create = Object.create;

var getComponentConfig = (componentMappings, data) => {
var _a;
var _a, _b;
if (!data)

@@ -146,2 +146,5 @@ return null;

}
if ((_b = config == null ? void 0 : config.props) == null ? void 0 : _b.poster) {
props2.poster = cdnImageUrl(config.props.poster);
}
return {

@@ -1320,2 +1323,3 @@ type,

},
"e.text": {type: import_react52.default.Fragment},
__IGNORE_TYPES__: ["ixs", "ix", "comment", "xref"]

@@ -1322,0 +1326,0 @@ };

@@ -50,3 +50,3 @@ // src/render/createRenderer.js

var getComponentConfig = (componentMappings, data) => {
var _a;
var _a, _b;
if (!data)

@@ -70,2 +70,5 @@ return null;

}
if ((_b = config == null ? void 0 : config.props) == null ? void 0 : _b.poster) {
props2.poster = cdnImageUrl(config.props.poster);
}
return {

@@ -1244,2 +1247,3 @@ type,

},
"e.text": {type: React52.Fragment},
__IGNORE_TYPES__: ["ixs", "ix", "comment", "xref"]

@@ -1246,0 +1250,0 @@ };

2

package.json
{
"name": "@volvo-cars/ced-os-react-components",
"version": "0.1.8",
"version": "0.1.9",
"description": "Set of components for developing UIs in the onboarding and support apps",

@@ -5,0 +5,0 @@ "keywords": [],

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