react-notification
Advanced tools
Comparing version 6.8.4 to 6.8.5
@@ -23,2 +23,6 @@ 'use strict'; | ||
var _defaultPropTypes = require('./defaultPropTypes'); | ||
var _defaultPropTypes2 = _interopRequireDefault(_defaultPropTypes); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -88,3 +92,3 @@ | ||
onClick: _propTypes2.default.func, | ||
action: _propTypes2.default.string | ||
action: _defaultPropTypes2.default.action | ||
}; | ||
@@ -91,0 +95,0 @@ |
{ | ||
"name": "react-notification", | ||
"version": "6.8.4", | ||
"version": "6.8.5", | ||
"description": "Snackbar notifications for React", | ||
@@ -68,2 +68,2 @@ "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
55325
1132