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

material-ui-chip-input

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-chip-input - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3

7

lib/ChipInput.js

@@ -320,3 +320,2 @@ 'use strict';

_this2.handleAddChip(event.target.value);
_this2.autoComplete.setState({ searchText: '' });
_this2.autoComplete.forceUpdate();

@@ -334,6 +333,2 @@ } else {

_this2.handleAddChip(chosenRequest);
_this2.autoComplete.setState({
searchText: ''
});
_this2.autoComplete.forceUpdate();

@@ -406,3 +401,3 @@ _this2.autoComplete.close();

if (this.props.onBeforeRequestAdd && !this.props.onBeforeRequestAdd(chip)) {
return this.setState({ preventChipCreation: true, inputValue: this.autoComplete.state.searchText });
return this.setState({ preventChipCreation: true });
}

@@ -409,0 +404,0 @@ this.autoComplete.setState({ searchText: '' });

2

package.json
{
"name": "material-ui-chip-input",
"version": "0.18.2",
"version": "0.18.3",
"description": "A chip input field using Material-UI.",

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