react-overflow-tooltip
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -21,2 +21,6 @@ 'use strict'; | ||
var _propTypes = require('prop-types'); | ||
var _propTypes2 = _interopRequireDefault(_propTypes); | ||
var _reactDom = require('react-dom'); | ||
@@ -87,5 +91,5 @@ | ||
OverflowTooltip.propTypes = { | ||
title: _react2['default'].PropTypes.string.isRequired, | ||
children: _react2['default'].PropTypes.node.isRequired | ||
title: _propTypes2['default'].string.isRequired, | ||
children: _propTypes2['default'].node.isRequired | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "react-overflow-tooltip", | ||
"description": "A React component that shows a tooltip only if the text is overflow", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Kazato Sugimoto <uiureo@gmail.com>", | ||
@@ -14,4 +14,5 @@ "bugs": { | ||
"jsdom": "^7.0.2", | ||
"react": "^0.14.3", | ||
"react-dom": "^0.14.3", | ||
"prop-types": "^15.5.8", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"standard": "*" | ||
@@ -18,0 +19,0 @@ }, |
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
7489
92
8