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.2.3 to 1.2.4

11

lib/CustomizedAutocomplete.js

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

loadOptionsAfterSelection: _propTypes["default"].bool,
clearOnNull: _propTypes["default"].bool
clearOnNull: _propTypes["default"].bool,
inputName: _propTypes["default"].string
};

@@ -92,3 +93,4 @@ var defaultProps = {

loadOptionsAfterSelection: false,
clearOnNull: false
clearOnNull: false,
inputName: "secim"
};

@@ -285,4 +287,4 @@

defaultOptions = _this$state.defaultOptions;
return /*#__PURE__*/_react["default"].createElement(_Autocomplete["default"], {
id: "secim",
return /*#__PURE__*/_react["default"].createElement(_Autocomplete["default"] //id="secim"
, {
filterOptions: this.filterOptionsForAutocomplete,

@@ -321,2 +323,3 @@ options: defaultOptions,

label: _this3.props.inputLabel,
name: _this3.props.inputName,
variant: "outlined",

@@ -323,0 +326,0 @@ fullWidth: true,

{
"name": "customized-autocomplete",
"version": "1.2.3",
"version": "1.2.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