react-confirm-alert
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -19,2 +19,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _reactDom = require('react-dom'); | ||
@@ -98,9 +102,9 @@ | ||
value: { | ||
title: _react.PropTypes.string, | ||
message: _react.PropTypes.string, | ||
confirmLabel: _react.PropTypes.string, | ||
cancelLabel: _react.PropTypes.string, | ||
onConfirm: _react.PropTypes.func, | ||
onCancel: _react.PropTypes.func, | ||
children: _react.PropTypes.node | ||
title: _propTypes2['default'].string, | ||
message: _propTypes2['default'].string, | ||
confirmLabel: _propTypes2['default'].string, | ||
cancelLabel: _propTypes2['default'].string, | ||
onConfirm: _propTypes2['default'].func, | ||
onCancel: _propTypes2['default'].func, | ||
children: _propTypes2['default'].node | ||
}, | ||
@@ -107,0 +111,0 @@ enumerable: true |
{ | ||
"name": "react-confirm-alert", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "react component confirm dialog.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
163296