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

@s-ui/react-atom-checkbox

Package Overview
Dependencies
Maintainers
59
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-checkbox - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

8

lib/index.js
import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
var _excluded = ["defaultChecked", "checked", "checkedIcon", "uncheckedIcon", "disabled", "readOnly", "id", "defaultIndeterminate", "indeterminate", "indeterminateIcon", "icon", "name", "onChange", "status", "size", "value"];
var _excluded = ["defaultChecked", "checked", "checkedIcon", "uncheckedIcon", "disabled", "readOnly", "id", "defaultIndeterminate", "indeterminate", "indeterminateIcon", "icon", "iconSize", "name", "onChange", "status", "size", "value"];
import { forwardRef, useRef } from 'react';

@@ -27,2 +27,3 @@ import cx from 'classnames';

IconProp = _ref.icon,
iconSize = _ref.iconSize,
nameProp = _ref.name,

@@ -152,8 +153,7 @@ onChangeFromProps = _ref.onChange,

}),
indeterminate: indeterminate ? 'true' : undefined
}, isNative && {
indeterminate: indeterminate ? 'true' : undefined,
onChange: handleChange(inputRef)
}, props)), /*#__PURE__*/_jsx(CheckboxIcon, {
disabled: disabled,
size: size,
size: iconSize || size,
status: status,

@@ -160,0 +160,0 @@ checked: checked,

{
"name": "@s-ui/react-atom-checkbox",
"version": "3.2.0",
"version": "3.3.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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