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.14.2

16

CHANGELOG.md
# `react-router-dom`
## 6.14.2-pre.1
## 6.14.2
### Patch Changes
- Updated dependencies:
- `@remix-run/router@1.7.2-pre.1`
- `react-router@6.14.2-pre.1`
## 6.14.2-pre.0
### Patch Changes
- Properly decode element id when emulating hash scrolling via `<ScrollRestoration>` ([#10682](https://github.com/remix-run/react-router/pull/10682))
- Add missing `<Form state>` prop to populate `history.state` on submission navigations ([#10630](https://github.com/remix-run/react-router/pull/10630))
- Properly decode element id when emulating hash scrolling via `<ScrollRestoration>` ([#10682](https://github.com/remix-run/react-router/pull/10682))
- Support proper hydration of `Error` subclasses such as `ReferenceError`/`TypeError` ([#10633](https://github.com/remix-run/react-router/pull/10633))
- Updated dependencies:
- `@remix-run/router@1.7.2-pre.0`
- `react-router@6.14.2-pre.0`
- `@remix-run/router@1.7.2`
- `react-router@6.14.2`

@@ -22,0 +14,0 @@ ## 6.14.1

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

/**
* React Router DOM v6.14.2-pre.1
* React Router DOM v6.14.2
*

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

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

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

"dependencies": {
"@remix-run/router": "1.7.2-pre.1",
"react-router": "6.14.2-pre.1"
"@remix-run/router": "1.7.2",
"react-router": "6.14.2"
},

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