Socket
Socket
Sign inDemoInstall

chakra-react-select

Package Overview
Dependencies
128
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-rc.0 to 5.0.0-rc.1

7

dist/cjs/chakra-components/input.js

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

var chakraStyles = selectProps.chakraStyles,
isReadOnly = selectProps.isReadOnly,
isRequired = selectProps.isRequired;
isReadOnly = selectProps.isReadOnly;
var _cleanCommonProps = (0, _utils.cleanCommonProps)(props),

@@ -76,5 +75,3 @@ innerRef = _cleanCommonProps.innerRef,

disabled: isDisabled,
readOnly: isReadOnly ? true : undefined,
"aria-readonly": isReadOnly ? true : undefined,
"aria-required": isRequired ? true : undefined
readOnly: isReadOnly ? true : undefined
}, innerProps)));

@@ -81,0 +78,0 @@ };

@@ -14,4 +14,3 @@ var _excluded = ["innerRef", "isDisabled", "isHidden", "inputClassName"];

var chakraStyles = selectProps.chakraStyles,
isReadOnly = selectProps.isReadOnly,
isRequired = selectProps.isRequired;
isReadOnly = selectProps.isReadOnly;
var _cleanCommonProps = cleanCommonProps(props),

@@ -71,5 +70,3 @@ innerRef = _cleanCommonProps.innerRef,

disabled: isDisabled,
readOnly: isReadOnly ? true : undefined,
"aria-readonly": isReadOnly ? true : undefined,
"aria-required": isRequired ? true : undefined
readOnly: isReadOnly ? true : undefined
}, innerProps)));

@@ -76,0 +73,0 @@ };

{
"name": "chakra-react-select",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "A Chakra UI wrapper for the popular library React Select",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc