Socket
Socket
Sign inDemoInstall

vcc-ui

Package Overview
Dependencies
Maintainers
13
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcc-ui - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

dist/esm/forms/use-field.js

@@ -78,3 +78,5 @@ import { useState } from 'react';

[type === 'boolean' ? 'checked' : 'value']: field.value,
loading: field.isLoading,
...(type !== 'boolean' && {
loading: field.isLoading
}),
disabled: field.isDisabled,

@@ -81,0 +83,0 @@ required: field.isRequired,

@@ -86,3 +86,5 @@ "use strict";

[type === 'boolean' ? 'checked' : 'value']: field.value,
loading: field.isLoading,
...(type !== 'boolean' && {
loading: field.isLoading
}),
disabled: field.isDisabled,

@@ -89,0 +91,0 @@ required: field.isRequired,

{
"name": "vcc-ui",
"version": "3.0.2",
"version": "3.0.3",
"license": "UNLICENSED",

@@ -78,3 +78,3 @@ "description": "A React library for building user interfaces at Volvo Cars",

"chromatic-cli": "1.0.0",
"core-js": "3.22.5",
"core-js": "3.22.7",
"cpx": "1.5.0",

@@ -81,0 +81,0 @@ "fela-monolithic": "12.1.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