Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3 to 1.1.4

8

lib/CustomizedAutocomplete.js

@@ -77,3 +77,4 @@ "use strict";

noOptionsText: _propTypes["default"].any.isRequired,
inputLabel: _propTypes["default"].any.isRequired
inputLabel: _propTypes["default"].any.isRequired,
setStopBlocking: _propTypes["default"].any
};

@@ -183,3 +184,6 @@ var defaultProps = {

if (inputValue) {
this.props.setStopBlocking(true);
return this.props.optionApiMethod(inputValue).then(function (options) {
_this2.props.setStopBlocking(false);
_this2.setState({

@@ -193,2 +197,4 @@ defaultOptions: options.data.map(function (option) {

});
})["catch"](function () {
_this2.props.setStopBlocking(false);
});

@@ -195,0 +201,0 @@ }

2

package.json
{
"name": "customized-autocomplete",
"version": "1.1.3",
"version": "1.1.4",
"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