Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-notifier-system

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notifier-system - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+4
-3
lib/react/component/notifier.js

@@ -33,5 +33,6 @@ 'use strict';

// update notification if already created
var foundNotification = this.state.notifications.find(function (val) {
return val.id === preparedNotification.id;
});
var foundNotification = notification.id ? this.state.notifications.find(function (val) {
return val.id === notification.id;
}) : null;
if (foundNotification) {

@@ -38,0 +39,0 @@ Object.assign(foundNotification, preparedNotification);

{
"name": "react-notifier-system",
"version": "0.0.6",
"version": "0.0.7",
"repository": "sheikhG1900/react-notifier-system",

@@ -5,0 +5,0 @@ "author": "Sheikh Abdul Wahid Ahmed @sheikhG1900",