react-notification
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -11,3 +11,3 @@ 'use strict'; | ||
message: _react.PropTypes.oneOfType([_react.PropTypes.string, _react.PropTypes.element]).isRequired, | ||
action: _react.PropTypes.oneOfType([_react.PropTypes.bool, _react.PropTypes.string]), | ||
action: _react.PropTypes.oneOfType([_react.PropTypes.bool, _react.PropTypes.string, _react.PropTypes.node]), | ||
onClick: _react.PropTypes.func, | ||
@@ -14,0 +14,0 @@ style: _react.PropTypes.bool, |
{ | ||
"name": "react-notification", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "Snackbar style notification component for React.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
358430