Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-select-search

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-search - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

2

package.json
{
"name": "react-select-search",
"version": "4.1.2",
"version": "4.1.3",
"description": "Lightweight select component for React",

@@ -5,0 +5,0 @@ "source": "src/index.js",

@@ -19,5 +19,2 @@ <p align="center">

</a>
<a href="https://codeclimate.com/github/tbleckert/react-select-search/maintainability">
<img src="https://img.shields.io/codeclimate/maintainability/tbleckert/react-select-search?style=for-the-badge" />
</a>
<a href="https://www.npmjs.com/package/react-select-search">

@@ -29,2 +26,5 @@ <img src="https://img.shields.io/npm/dm/react-select-search.svg?style=for-the-badge" style="max-width:100%;" />

</a>
<a href="#contributors">
<img src="https://img.shields.io/github/contributors/tbleckert/react-select-search?style=for-the-badge" />
</a>
</p>

@@ -217,1 +217,9 @@

to change the appearance, like adding a spinner. The property `fetching` is also available in the snapshot that is sent to your render callbacks.
## Contributors
<a href="https://github.com/tbleckert/react-select-search/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tbleckert/react-select-search" />
</a>
Made with [contrib.rocks](https://contrib.rocks).

@@ -77,3 +77,3 @@ import {

autoFocus?: boolean;
className?: ((classes: string) => string) | string;
className?: ((classes: string) => string) | string | { readonly [key: string]: string; };
onChange?: (

@@ -80,0 +80,0 @@ selectedValue: SelectedOptionValue | SelectedOptionValue[],

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