Gathering detailed insights and metrics for react-hot-toast
Gathering detailed insights and metrics for react-hot-toast
Gathering detailed insights and metrics for react-hot-toast
Gathering detailed insights and metrics for react-hot-toast
react-atom-toast
Tiny & Headless toast for React
@manojadams/react-hot-toast
Smoking hot React Notifications. Lightweight, customizable and beautiful by default.
vanilla-hot-toast
A tasty, standalone toast notification library. Based on react-hot-toast.
react-native-hot-toast
A toasting library for React Native. Built in features such as swipe to dismiss, multiple toasts, & no context power this library.
npm install react-hot-toast
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (65.78%)
MDX (25.55%)
JavaScript (5.52%)
CSS (3.15%)
Total Downloads
113,583,751
Last Day
80,200
Last Week
1,277,932
Last Month
5,321,467
Last Year
51,704,367
MIT License
10,512 Stars
340 Commits
347 Forks
25 Watchers
3 Branches
32 Contributors
Updated on Jul 06, 2025
Minified
Minified + Gzipped
Latest Version
2.5.2
Package Id
react-hot-toast@2.5.2
Unpacked Size
175.93 kB
Size
40.41 kB
File Count
26
NPM Version
10.9.2
Node Version
23.6.1
Published on
Feb 15, 2025
Cumulative downloads
Total Downloads
Last Day
2%
80,200
Compared to previous day
Last Week
-3.5%
1,277,932
Compared to previous week
Last Month
3.6%
5,321,467
Compared to previous month
Last Year
44.5%
51,704,367
Compared to previous year
useToaster()
1pnpm add react-hot-toast
1npm install react-hot-toast
Add the Toaster to your app first. It will take care of rendering all notifications emitted. Now you can trigger toast()
from anywhere!
1import toast, { Toaster } from 'react-hot-toast'; 2 3const notify = () => toast('Here is your toast.'); 4 5const App = () => { 6 return ( 7 <div> 8 <button onClick={notify}>Make me a toast</button> 9 <Toaster /> 10 </div> 11 ); 12};
Find the full API reference on official documentation.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/14 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
18 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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