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

react-select-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-virtualized - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

package.json
{
"name": "react-select-virtualized",
"version": "0.0.22",
"version": "0.0.23",
"description": "react-select v2 + react-virtualized + react hooks",

@@ -5,0 +5,0 @@ "author": "guiyep",

@@ -72,11 +72,11 @@ # react-select-virtualized

| Props | Type | Default | Description |
| -------------------------------------------- | --------------------------------------------------- | ------- | ---------------------------------------------------------------------------------------- |
| grouped | boolean | false | specify if options are grouped |
| formatGroupHeaderLabel | function({ label, options}) => component | | will render a custom component in the grouped select label and header (only for grouped) |
| formatOptionLabel (coming from react-select) | function({ label, lang }, { context }) => component | | will render a custom component in the label (not for grouped) |
| optionHeight | number | 31 | height of each option |
| groupHeaderHeight | number | | header row height in the popover list |
| maxHeight (coming from react-select) | number | auto | header row height in the popover list |
| maxWidth (coming from react-select) | number | 500 | header row height in the popover list |
| Props | Type | Default | Description |
| -------------------------------------------- | --------------------------------------------------- | ------- | ----------------------------------------------------------------------------- |
| grouped | boolean | false | specify if options are grouped |
| formatGroupHeaderLabel | function({ label, options}) => component | | will render a custom component in the popup grouped header (only for grouped) |
| formatOptionLabel (coming from react-select) | function({ label, lang }, { context }) => component | | will render a custom component in the label |
| optionHeight | number | 31 | height of each option |
| groupHeaderHeight | number | | header row height in the popover list |
| maxHeight (coming from react-select) | number | auto | max height popover list |
| maxWidth (coming from react-select) | number | 500 | max width in the popover list |

@@ -83,0 +83,0 @@ ## What we do support and don't from react-select

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