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
3
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.13.2 to 0.13.3

2

lib/ChipInput.js

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

ChipInput.contextTypes = {
muiTheme: _react2.default.PropTypes.object.isRequired
muiTheme: _propTypes2.default.object.isRequired
};

@@ -655,0 +655,0 @@

{
"name": "material-ui-chip-input",
"version": "0.13.2",
"version": "0.13.3",
"description": "A chip input field using Material-UI.",

@@ -5,0 +5,0 @@ "main": "lib/ChipInput.js",

@@ -112,3 +112,3 @@ /**

static contextTypes = {
muiTheme: React.PropTypes.object.isRequired,
muiTheme: PropTypes.object.isRequired,
};

@@ -115,0 +115,0 @@

import React from 'react'
import PropTypes from 'prop-types'
import ChipInput from '../src/ChipInput'

@@ -45,5 +46,5 @@

ControlledChipInput.propTypes = {
addOnBlur: React.PropTypes.bool
addOnBlur: PropTypes.bool
}
export default ControlledChipInput
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