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
13
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.106.0-alpha.0 to 3.106.0

3

lib/Checkbox.js

@@ -45,3 +45,4 @@ "use strict";

className: (0, _classnames.default)('custom-control custom-checkbox', containerProps.className, {
'custom-control-inline': inline
'custom-control-inline': inline,
'custom-control-outside': label
})

@@ -48,0 +49,0 @@ }), /*#__PURE__*/_react.default.createElement("label", null, /*#__PURE__*/_react.default.createElement("input", _extends({}, otherProps, {

@@ -36,3 +36,4 @@ "use strict";

className: (0, _classnames.default)('custom-control custom-radio', containerProps.className, {
'custom-control-inline': inline
'custom-control-inline': inline,
'custom-control-outside': label
})

@@ -39,0 +40,0 @@ }), /*#__PURE__*/_react.default.createElement("label", null, /*#__PURE__*/_react.default.createElement("input", _extends({}, otherProps, {

{
"name": "@clayui/form",
"version": "3.106.0-alpha.0",
"version": "3.106.0",
"description": "ClayForm component",

@@ -28,5 +28,5 @@ "license": "BSD-3-Clause",

"dependencies": {
"@clayui/button": "^3.106.0-alpha.0",
"@clayui/icon": "^3.106.0-alpha.0",
"@clayui/shared": "^3.106.0-alpha.0",
"@clayui/button": "^3.106.0",
"@clayui/icon": "^3.106.0",
"@clayui/shared": "^3.106.0",
"classnames": "^2.2.6"

@@ -42,3 +42,3 @@ },

],
"gitHead": "165b3042aecf800cc0dda7609fa9dee2aa77609c"
"gitHead": "ccc1b9d19b37651bd12724f2d40da41de0c9cb36"
}
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