New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-router-dom

Package Overview
Dependencies
Maintainers
3
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-dom - npm Package Compare versions

Comparing version

to
6.15.0

9

CHANGELOG.md
# `react-router-dom`
## 6.15.0-pre.0
## 6.15.0

@@ -13,7 +13,6 @@ ### Minor Changes

- Do not include hash in `useFormAction()` for unspecified actions since it cannot be determined on the server and causes hydration issues ([#10758](https://github.com/remix-run/react-router/pull/10758))
- [Remove] add back in `setTimeout` removal from `usePrompt` ([#10718](https://github.com/remix-run/react-router/pull/10718))
- Reorder effects in `unstable_usePrompt` to avoid throwing an exception if the prompt is unblocked and a navigation is performed syncronously ([#10687](https://github.com/remix-run/react-router/pull/10687))
- Reorder effects in `unstable_usePrompt` to avoid throwing an exception if the prompt is unblocked and a navigation is performed synchronously ([#10687](https://github.com/remix-run/react-router/pull/10687), [#10718](https://github.com/remix-run/react-router/pull/10718))
- Updated dependencies:
- `@remix-run/router@1.8.0-pre.0`
- `react-router@6.15.0-pre.0`
- `@remix-run/router@1.8.0`
- `react-router@6.15.0`

@@ -20,0 +19,0 @@ ## 6.14.2

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

/**
* React Router DOM v6.15.0-pre.0
* React Router DOM v6.15.0
*

@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc.

{
"name": "react-router-dom",
"version": "6.15.0-pre.0",
"version": "6.15.0",
"description": "Declarative routing for React web applications",

@@ -26,4 +26,4 @@ "keywords": [

"dependencies": {
"@remix-run/router": "1.8.0-pre.0",
"react-router": "6.15.0-pre.0"
"@remix-run/router": "1.8.0",
"react-router": "6.15.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {