Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@aptuitiv/react-router-prompt
Advanced tools
A component for the react-router 6
Prompt
. Allows to create more flexible dialogs.
React-router-dom >= 6.19 and can be used only 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 >=v6.19 Should be used within data routers
For react-router support (v6 - v6.2.x)
please install v0.3.0
For react-router support (v6.7.x - v6.18.x) please install v0.5.4
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
We found that @aptuitiv/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 1 open source maintainer 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.