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

@clayui/form

Package Overview
Dependencies
Maintainers
12
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/form - npm Package Compare versions

Comparing version 3.95.2 to 3.96.0

8

lib/RadioGroup.js

@@ -54,3 +54,3 @@ "use strict";

var _useInternalState = (0, _shared.useInternalState)({
var _useControlledState = (0, _shared.useControlledState)({
defaultName: 'defaultValue',

@@ -63,5 +63,5 @@ defaultValue: defaultValue,

}),
_useInternalState2 = _slicedToArray(_useInternalState, 2),
internalValue = _useInternalState2[0],
setValue = _useInternalState2[1];
_useControlledState2 = _slicedToArray(_useControlledState, 2),
internalValue = _useControlledState2[0],
setValue = _useControlledState2[1];

@@ -68,0 +68,0 @@ return /*#__PURE__*/_react.default.createElement("div", _extends({}, otherProps, {

{
"name": "@clayui/form",
"version": "3.95.2",
"version": "3.96.0",
"description": "ClayForm component",

@@ -31,3 +31,3 @@ "license": "BSD-3-Clause",

"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.95.2",
"@clayui/shared": "^3.96.0",
"classnames": "^2.2.6"

@@ -43,3 +43,3 @@ },

],
"gitHead": "68ebdcf79dab1ba0af5846b23f64fb8776156df7"
"gitHead": "4b068cc052987f0a95dc6ca3e5f985b5a52236c6"
}

Sorry, the diff of this file is not supported yet

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