
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-router-prompt
Advanced tools
A component for the react-router-dom 6 / react-router 7
Prompt
. Allows to create more flexible dialogs.
Please follow Note section for more details on react-router support
React-router-dom >= 7 and shall be ideally used with data routers
pnpm add react-router-prompt
or with other package manager like yarn
yarn add react-router-prompt
<ReactRouterPrompt when={isDirty}>
{({ isActive, onConfirm, onCancel }) => (
<Modal show={isActive}>
<div>
<p>Do you really want to leave?</p>
<button onClick={onCancel}>Cancel</button>
<button onClick={onConfirm}>Ok</button>
</div>
</Modal>
)}
</ReactRouterPrompt>
when
: boolean
| BlockerFunction
BlockerFunction = (args: {
currentLocation: Location
nextLocation: Location
historyAction: HistoryAction
}) => boolean
beforeConfirm()
: Promise<unknown>
(Optional)
beforeCancel()
: Promise<unknown>
(Optional)
isActive
: Boolean
onConfirm()
: void
onCancel()
: void
This version works with react-router-dom >=v7 or react-router >=v7 and shall be ideally used with data routers
For react-router support (v7)
please install v0.8.x
For react-router-dom support (v6.19.x - v6.28.1)
please install v0.7.x
For react-router-dom support (v6.7.x - v6.18.x)
please install v0.5.4
For react-router-dom support (v6 - v6.2.x)
please install v0.3.0
Skipped support in middle due to breaking changes on react-router apis
Contributions, issues and feature requests are always welcome! Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2023 Shyam Gupta (shyamm@outlook.com) This project is MIT licensed.
FAQs
React Router Navigation Prompt for v6
The npm package react-router-prompt receives a total of 11,309 weekly downloads. As such, react-router-prompt popularity was classified as popular.
We found that react-router-prompt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.