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.15 to 0.0.16

2

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

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

@@ -53,3 +53,3 @@ # react-select-virtualized

- review all the TODOs. DONE
- improve filtering function in fasr-react-select
- improve filtering function in `fast-react-select`
- review support to all the react-select props. Should all work but multi-val.

@@ -100,2 +100,4 @@

const Example2 = () => <Select options={options}/>
const Example3 = () => <Select options={options} {..ANY_REACT_SELECT_V2_PROP}/>
```

@@ -135,2 +137,4 @@

const Example2 = () => <Select options={options} grouped/>
const Example3 = () => <Select options={options} {..ANY_REACT_SELECT_V2_PROP} grouped/>
```

@@ -137,0 +141,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