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

react-notification

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notification - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

4

dist/notification.js

@@ -38,4 +38,4 @@ 'use strict';

if (_this.props.onDismiss && _this.props.isActive) {
_this.dismissTimeout = setTimeout(_this.props.onDismiss, _this.props.dismissAfter);
if (props.onDismiss && props.isActive) {
_this.dismissTimeout = setTimeout(props.onDismiss, props.dismissAfter);
}

@@ -42,0 +42,0 @@ return _this;

{
"name": "react-notification",
"version": "6.0.0",
"version": "6.1.0",
"description": "Snackbar style notification component for React.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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