Socket
Socket
Sign inDemoInstall

chakra-react-select

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chakra-react-select - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

3

dist/cjs/chakra-components/menu.js

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

fontSize: size,
padding: paddings[size || "md"],
bg: "transparent"
padding: paddings[size || "md"]
}, isFocused && menuItemStyles._focus, shouldHighlight && {

@@ -275,0 +274,0 @@ bg: selectedBg,

@@ -260,4 +260,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); }

fontSize: size,
padding: paddings[size || "md"],
bg: "transparent"
padding: paddings[size || "md"]
}, isFocused && menuItemStyles._focus, shouldHighlight && {

@@ -264,0 +263,0 @@ bg: selectedBg,

{
"name": "chakra-react-select",
"version": "4.4.0",
"version": "4.4.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

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