Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
npm install react-toastify
90.5
Supply Chain
93.8
Quality
83.5
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12,760 Stars
1,353 Commits
701 Forks
48 Watching
11 Branches
78 Contributors
Updated on 28 Nov 2024
TypeScript (82.94%)
SCSS (12.11%)
CSS (2.41%)
JavaScript (1.81%)
HTML (0.47%)
Shell (0.25%)
Cumulative downloads
Total Downloads
Last day
-4.4%
397,467
Compared to previous day
Last week
3.8%
2,233,008
Compared to previous week
Last month
7.2%
9,483,831
Compared to previous month
Last year
27.4%
96,939,414
Compared to previous year
1
33
🎉 React-Toastify allows you to add notifications to your app with ease. No more nonsense!
$ npm install --save react-toastify
$ yarn add react-toastify
onOpen
and onClose
hooks. Both can access the props passed to the react component rendered inside the toastnprogress
😲1 import React from 'react'; 2 3 import { ToastContainer, toast } from 'react-toastify'; 4 import 'react-toastify/dist/ReactToastify.css'; 5 6 function App(){ 7 const notify = () => toast("Wow so easy!"); 8 9 return ( 10 <div> 11 <button onClick={notify}>Notify!</button> 12 <ToastContainer /> 13 </div> 14 ); 15 }
A demo is worth a thousand words
Check the documentation to get you started!
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome! Take a look at the contributing guide.
You can also find me on reactiflux. My pseudo is Fadi.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
You can find the release note for the latest release here
You can browse them all here
Licensed under MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
1 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
Found 5/17 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
27 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More