Socket
Socket
Sign inDemoInstall

react-router-dom

Package Overview
Dependencies
Maintainers
3
Versions
395
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 6.26.0-pre.1 to 6.26.0

18

CHANGELOG.md
# `react-router-dom`
## 6.26.0-pre.1
## 6.26.0
### Patch Changes
- Updated dependencies:
- `@remix-run/router@1.19.0-pre.1`
- `react-router@6.26.0-pre.1`
## 6.26.0-pre.0
### Minor Changes

@@ -20,8 +12,6 @@

- Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#11838](https://github.com/remix-run/react-router/pull/11838))
- During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
- Updated dependencies:
- `@remix-run/router@1.19.0-pre.0`
- `react-router@6.26.0-pre.0`
- `@remix-run/router@1.19.0`
- `react-router@6.26.0`

@@ -41,3 +31,2 @@ ## 6.25.1

- Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code

@@ -69,3 +58,2 @@ - You may still opt-into revalidation via `shouldRevalidate`

- Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
- RFC: <https://github.com/remix-run/react-router/discussions/11113>

@@ -72,0 +60,0 @@ - `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>

2

dist/index.js
/**
* React Router DOM v6.26.0-pre.1
* React Router DOM v6.26.0
*

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

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

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

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

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

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

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

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

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

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

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

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

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc