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 1.1.3 to 1.2.0

2

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

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

@@ -67,3 +67,6 @@ # react-select-virtualized

- [ ] add support to AsyncSelect with group.
- [X] add support to AsyncSelect with group.
-- v 1.2.0 --
- [ ] add multi value support.

@@ -160,6 +163,8 @@ - [ ] add support to create element props.

## Usage Async Loading!!!! (no group yet)
## Usage Async Loading!!!! also with group :)
check storybook for more examples
CLARIFICATION: filtering happens in the server.
```jsx

@@ -182,2 +187,4 @@

const Example3 = () => <Async defaultOptions={options} {..ANY_REACT_ASYNC_SELECT_V2_PROP} loadOptions={loadOptions}/>
const Example4 = () => <Async defaultOptions={opsGroup} {..ANY_REACT_ASYNC_SELECT_V2_PROP} loadOptions={loadOptions} grouped/>
```

@@ -184,0 +191,0 @@

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