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

3

lib/ChipInput.js

@@ -417,2 +417,5 @@ 'use strict';

if (chip.length === 0) {
return;
}
chip = (_chip = {}, _defineProperty(_chip, this.props.dataSourceConfig.text, chip), _defineProperty(_chip, this.props.dataSourceConfig.value, chip), _chip);

@@ -419,0 +422,0 @@ } else if ((typeof chip === 'undefined' ? 'undefined' : _typeof(chip)) === 'object') {

2

lib/ChipInput.spec.js

@@ -281,3 +281,3 @@ 'use strict';

handleClick: expect.any(Function),
handleRequestDelete: expect.any(Function)
handleDelete: expect.any(Function)
});

@@ -284,0 +284,0 @@ });

{
"name": "material-ui-chip-input",
"version": "0.18.5",
"version": "0.18.6",
"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