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
560
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 0.0.0-experimental-f8cbf972 to 0.0.0-experimental-ff38e9e6

10

CHANGELOG.md
# `react-router-dom`
## 6.8.1
### Patch Changes
- Improved absolute url detection in `Link` component (now also supports `mailto:` urls) ([#9994](https://github.com/remix-run/react-router/pull/9994))
- Fix partial object (search or hash only) pathnames losing current path value ([#10029](https://github.com/remix-run/react-router/pull/10029))
- Updated dependencies:
- `react-router@6.8.1`
- `@remix-run/router@1.3.2`
## 6.8.0

@@ -4,0 +14,0 @@

4

dist/index.d.ts

@@ -21,3 +21,3 @@ /**

basename?: string;
future?: FutureConfig;
future?: Partial<FutureConfig>;
hydrationData?: HydrationState;

@@ -28,3 +28,3 @@ window?: Window;

basename?: string;
future?: FutureConfig;
future?: Partial<FutureConfig>;
hydrationData?: HydrationState;

@@ -31,0 +31,0 @@ window?: Window;

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

/**
* React Router DOM v0.0.0-experimental-f8cbf972
* React Router DOM v0.0.0-experimental-ff38e9e6
*

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

{
"name": "react-router-dom",
"version": "0.0.0-experimental-f8cbf972",
"version": "0.0.0-experimental-ff38e9e6",
"description": "Declarative routing for React web applications",

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

"dependencies": {
"@remix-run/router": "0.0.0-experimental-f8cbf972",
"react-router": "0.0.0-experimental-f8cbf972"
"@remix-run/router": "0.0.0-experimental-ff38e9e6",
"react-router": "0.0.0-experimental-ff38e9e6"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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