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

react-toastify

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-toastify - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

2

package.json
{
"name": "react-toastify",
"version": "5.3.1",
"version": "5.3.2",
"description": "React notification made easy",

@@ -5,0 +5,0 @@ "keywords": [

@@ -451,2 +451,4 @@ # React-Toastify

_Note: [toast.dismiss()](#remove-a-toast-programmatically) has no effect if called during the delay before a given toast appears._
### Use a controlled progress bar

@@ -961,3 +963,3 @@

// default to 750ms, can be omitted
duration = 750,
duration: 750,
});

@@ -1180,3 +1182,3 @@

```js
import 'react-toastify/dist/ReactToastify.minimal.css`;
import 'react-toastify/dist/ReactToastify.minimal.css';
```

@@ -1216,3 +1218,3 @@

| containerId | string\number | - | Container id used to match toast with the same containerId |
| role | string | alert | Defne the ARIA role for the toasts |
| role | string | alert | Define the ARIA role for the toasts |

@@ -1219,0 +1221,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