react-key-value
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -13,2 +13,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -23,11 +27,11 @@ | ||
propTypes: { | ||
rows: _react.PropTypes.arrayOf(_react.PropTypes.shape({ | ||
keyItem: _react.PropTypes.string, | ||
valueItem: _react.PropTypes.string | ||
rows: _propTypes2.default.arrayOf(_propTypes2.default.shape({ | ||
keyItem: _propTypes2.default.string, | ||
valueItem: _propTypes2.default.string | ||
})), | ||
onChange: _react.PropTypes.func, | ||
customAddButtonRenderer: _react.PropTypes.func, | ||
keyInputPlaceholder: _react.PropTypes.string, | ||
valueInputPlaceholder: _react.PropTypes.string, | ||
hideLabels: _react.PropTypes.bool | ||
onChange: _propTypes2.default.func, | ||
customAddButtonRenderer: _propTypes2.default.func, | ||
keyInputPlaceholder: _propTypes2.default.string, | ||
valueInputPlaceholder: _propTypes2.default.string, | ||
hideLabels: _propTypes2.default.bool | ||
}, | ||
@@ -34,0 +38,0 @@ getDefaultProps: function getDefaultProps() { |
{ | ||
"name": "react-key-value", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Key value visualizer/editor written in React", | ||
@@ -70,2 +70,3 @@ "main": "dist/index.js", | ||
"nyc": "^10.0.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^15.4.1", | ||
@@ -72,0 +73,0 @@ "react-addons-test-utils": "^15.4.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19825
344
27
9