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

react-notification

Package Overview
Dependencies
Maintainers
2
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.5.0 to 6.5.1

yarn.lock

4

.github/CONTRIBUTING.md

@@ -10,3 +10,3 @@ # Contributing

1. Clone the repository
2. Install dependencies: `npm install`
2. Install dependencies: `npm install`, or, if you use Yarn: `yarn`
3. Run tests: `npm test`

@@ -72,2 +72,4 @@ 4. Run example: `npm start`

If you add a new dependency (for the package or development), you will need to use [Yarn](https://yarnpkg.com/) to update the `yarn.lock` file with the dependency version. By installing depdencies faster than npm, Yarn drastically decreases the time it takes to run builds on continuous integration.
## File organization

@@ -74,0 +76,0 @@

@@ -96,3 +96,3 @@ 'use strict';

cursor: 'default',
WebKittransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)',
WebKitTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)',
MozTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)',

@@ -99,0 +99,0 @@ msTransition: '.5s cubic-bezier(0.89, 0.01, 0.5, 1.1)',

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

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

Sorry, the diff of this file is not supported yet

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