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
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,516 Stars
308 Commits
225 Forks
18 Watching
19 Branches
70 Contributors
Updated on 24 Nov 2024
Minified
Minified + Gzipped
JavaScript (88.93%)
TypeScript (11.07%)
Cumulative downloads
Total Downloads
Last day
-1.6%
887,433
Compared to previous day
Last week
5.4%
4,627,009
Compared to previous week
Last month
9.1%
18,938,102
Compared to previous month
Last year
-19.9%
262,496,981
Compared to previous year
2
3
44
React wrapper around Popper.
This library wraps @popperjs/core
, not @floating-ui/dom
.
To use the new Floating UI package with React, instead visit https://floating-ui.com/docs/react-dom.
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
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
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
56 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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