New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

bin/example.gif

2

package.json
{
"name": "react-notification",
"version": "1.0.0",
"version": "1.0.1",
"description": "Snackbar style notification component for React.",

@@ -5,0 +5,0 @@ "main": "web_modules/notification.js",

@@ -5,2 +5,4 @@ # react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification)

![](https://raw.githubusercontent.com/pburtchaell/react-notification/master/bin/example.gif)
This is a component designed to provide "[snackbar](http://www.google.com/design/spec/components/snackbars-toasts.html#snackbars-toasts-usage)" notification messages. I would suggest reading the usage guidelines for [snackbars](http://www.google.com/design/spec/components/snackbars-toasts.html#).

@@ -7,0 +9,0 @@

@@ -47,8 +47,2 @@ var React = require('react');

getActiveBarStyles: function () {
return {
left: '1rem'
}
},
getActionStyles: function () {

@@ -55,0 +49,0 @@

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