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

customized-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customized-autocomplete - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

lib/CustomizedAutocomplete.js

@@ -194,5 +194,9 @@ "use strict";

} else if (this.props.selectionType == "static") {
return this.props.optionData;
return this.setState({
defaultOptions: this.props.optionData
});
} else {
return [];
return this.setState({
defaultOptions: []
});
}

@@ -199,0 +203,0 @@ }

{
"name": "customized-autocomplete",
"version": "1.1.2",
"version": "1.1.3",
"description": "Generalized version of mui autocomplete",

@@ -5,0 +5,0 @@ "main": "lib/CustomizedAutocomplete.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