Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 7, 2024 via pnpm

react-popper 1.0.1

React wrapper around Popper.js
Package summary
Share
8
issues
5
high severity
vulnerability
1
license
1
meta
3
1
moderate severity
meta
1
2
low severity
vulnerability
1
license
1
3
licenses
23
MIT
1
SEE LICENSE IN LICENSE
1
BSD-3-Clause
Package created
7 Oct 2016
Version published
9 Aug 2018
Maintainers
2
Total deps
25
Direct deps
6
License
MIT

Issues

8

5 high severity issues

high
Recommendation: Upgrade to version 2.6.7 or later
via: create-react-context@0.2.3
Recommendation: Validate that the package complies with your license policy
via: create-react-context@0.2.3
via: create-react-context@0.2.3
via: popper.js@1.16.1
via: create-react-context@0.2.3 & others
Collapse
Expand

1 moderate severity issue

moderate
via: typed-styles@0.0.5
Collapse
Expand

2 low severity issues

low
Recommendation: Upgrade to version 2.6.1 or later
via: create-react-context@0.2.3
Recommendation: Read and validate the license terms
via: create-react-context@0.2.3
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
23 Packages, Including:
asap@2.0.6
core-js@1.2.7
encoding@0.1.13
fbjs@0.8.18
gud@1.0.0
iconv-lite@0.6.3
is-stream@1.1.0
isomorphic-fetch@2.2.1
js-tokens@4.0.0
loose-envify@1.4.0
node-fetch@1.7.3
object-assign@4.1.1
popper.js@1.16.1
promise@7.3.1
prop-types@15.8.1
react-is@16.13.1
react-popper@1.0.1
react@16.14.0
safer-buffer@2.1.2
setimmediate@1.0.5
typed-styles@0.0.5
ua-parser-js@0.7.37
whatwg-fetch@3.6.20

SEE LICENSE IN LICENSE

Invalid
Not OSI Approved
1 Packages, Including:
create-react-context@0.2.3

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
warning@3.0.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

6
All Dependencies CSV
β“˜ This is a list of react-popper 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
create-react-context0.2.35.34 kBSEE LICENSE IN LICENSE
prod
4
2
popper.js1.16.1469.77 kBMIT
prod
1
prop-types15.8.122.12 kBMIT
prod peer
react16.14.059.16 kBMIT
prod peer
1
typed-styles0.0.57.94 kBMIT
prod
1
warning3.0.02.89 kBBSD-3-Clause
prod

Visualizations

Frequently Asked Questions

What does react-popper do?

React-Popper is a wrapper for the Popper.js library specifically designed for React projects. Popper is not a tooltip library, but a positioning engine that developers can use to build features such as tooltips. This wrapper is perfect for those looking to position or align certain elements on a webpage in response to other elements, commonly used for creating pop-ups, drop-down menus, and more sophisticated positioning use-cases.

How do you use react-popper?

To use react-popper, you need to install it and its core dependency in your project using a package manager like npm or Yarn. Here's how you can do it:

Using npm:

npm i react-popper @popperjs/core

Or using Yarn:

yarn add react-popper @popperjs/core

React-Popper can also be included in your project using a script tag:

<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>

After the installation, you can simply import react-popper into your component file and use it as required.

Where are the react-popper docs?

The full documentation for React-Popper is available on the official Popper website at http://popper.js.org/react-popper. The comprehensive documentation guides you through all the functionalities and use-cases of React-Popper, providing you with everything you need to know about this powerful positioning engine. Whether you are just starting out or looking for advanced features, the documentation has got you covered.