Gathering detailed insights and metrics for react-popper
Gathering detailed insights and metrics for react-popper
Gathering detailed insights and metrics for react-popper
Gathering detailed insights and metrics for react-popper
🍿⚛Official React library to use Popper, the positioning library
npm install react-popper
Typescript
Module System
JavaScript (88.93%)
TypeScript (11.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,513 Stars
308 Commits
229 Forks
17 Watchers
19 Branches
70 Contributors
Updated on Jun 26, 2025
Latest Version
2.3.0
Package Id
react-popper@2.3.0
Unpacked Size
77.20 kB
Size
17.81 kB
File Count
38
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
3
44
React wrapper around Popper.
important note: Popper is not a tooltip library, it's a positioning engine to be used to build features such as (but not restricted to) tooltips.
Via package managers:
1# With npm 2npm i react-popper @popperjs/core 3 4# With Yarn 5yarn add react-popper @popperjs/core
Note: @popperjs/core
must be installed in your project in order for
react-popper
to work.
Via script
tag (UMD library exposed as ReactPopper
):
1<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>
The full documentation can be found on the official Popper website:
http://popper.js.org/react-popper
git clone git@github.com:popperjs/react-popper.git
cd ~/react-popper
npm install
or yarn
npm run demo:dev
or yarn demo:dev
http://localhost:1234/
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 15/28 approved changesets -- score normalized to 5
Reason
project is archived
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
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
61 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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