Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-notification-center

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notification-center - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc