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
9
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.4.0 to 0.4.1

2

es/render/createRenderer.js

@@ -19,3 +19,3 @@ import React from 'react';

else if (data.children && !Array.isArray(data.children)) {
data.children = [data.children];
data = { ...data, children: [data.children] };
}

@@ -22,0 +22,0 @@ const componentConfig = getComponentConfig(componentMappings, data);

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

} else if (data.children && !Array.isArray(data.children)) {
data.children = [data.children];
data = __spreadProps(__spreadValues({}, data), { children: [data.children] });
}

@@ -1005,0 +1005,0 @@ const componentConfig = getComponentConfig(componentMappings, data);

@@ -911,3 +911,3 @@ // src/support/atoms/Caption/index.tsx

} else if (data.children && !Array.isArray(data.children)) {
data.children = [data.children];
data = { ...data, children: [data.children] };
}

@@ -914,0 +914,0 @@ const componentConfig = getComponentConfig(componentMappings, data);

{
"name": "@volvo-cars/ced-os-react-components",
"version": "0.4.0",
"version": "0.4.1",
"description": "Set of components for developing UIs in the onboarding and support apps",

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

@@ -31,4 +31,4 @@ # Support Web Components

1. build
2. bump version. Use `npm version major|minor|patch` to bump version
1. build: `npm run build`
2. bump version. Use `npm version <major>.<minor>.<patch>` to bump version

@@ -35,0 +35,0 @@ ## Usage

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