react-notification-center
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "react-notification-center", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "react-notification-center keep all your notification in a single place", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -67,2 +67,3 @@ ## NOTE: | ||
notifications={this.notifications} | ||
notificationTitle={'Header title'} | ||
onNotificatioOpen={() => console.log('Notification has open')} | ||
@@ -69,0 +70,0 @@ onNotificatioClose={() => console.log('Notification has close')} |
@@ -29,3 +29,3 @@ import React, {Component, PropTypes} from 'react'; | ||
static defaultProps = { | ||
notificationTitle: 'React notifications center', | ||
notificationTitle: 'React notification center', | ||
position: 'left', | ||
@@ -32,0 +32,0 @@ wordsInItem: 50, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49662
98
0