Socket
Socket
Sign inDemoInstall

react-search-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-search-autocomplete - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

dist/components/ReactSearchAutocomplete.js

@@ -140,2 +140,3 @@ "use strict";

onSelect(result);
setSearchString(result[resultStringKeyName]);
setHighlightedItem(0);

@@ -177,2 +178,3 @@ };

onSelect(results[highlightedItem]);
setSearchString(results[highlightedItem][resultStringKeyName]);
setHighlightedItem(0);

@@ -179,0 +181,0 @@ break;

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "6.1.0",
"version": "6.1.1",
"description": "A search box for React",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

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