Socket
Socket
Sign inDemoInstall

chakra-react-select

Package Overview
Dependencies
113
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

3

dist/cjs/chakra-components/indicators.js

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

sx: sx,
"data-focus": isFocused ? true : undefined,
"data-focus-visible": isFocused ? true : undefined,
"data-focused": isFocused ? true : undefined,
"aria-label": "Clear selected options"

@@ -174,0 +173,0 @@ }, innerProps), children || /*#__PURE__*/_react["default"].createElement(CrossIcon, {

@@ -146,4 +146,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

sx: sx,
"data-focus": isFocused ? true : undefined,
"data-focus-visible": isFocused ? true : undefined,
"data-focused": isFocused ? true : undefined,
"aria-label": "Clear selected options"

@@ -150,0 +149,0 @@ }, innerProps), children || /*#__PURE__*/React.createElement(CrossIcon, {

{
"name": "chakra-react-select",
"version": "4.1.1",
"version": "4.1.2",
"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

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