Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-router-dom

Package Overview
Dependencies
Maintainers
0
Versions
504
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-nightly-3acc86586-20241109 to 0.0.0-nightly-3be44ecef-20241216

2

dist/index.js
/**
* react-router-dom v0.0.0-nightly-3acc86586-20241109
* react-router-dom v0.0.0-nightly-3be44ecef-20241216
*

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

{
"name": "react-router-dom",
"version": "0.0.0-nightly-3acc86586-20241109",
"version": "0.0.0-nightly-3be44ecef-20241216",
"description": "Declarative routing for React web applications",

@@ -57,3 +57,3 @@ "keywords": [

"dependencies": {
"react-router": "0.0.0-nightly-3acc86586-20241109"
"react-router": "0.0.0-nightly-3be44ecef-20241216"
},

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

@@ -1,3 +0,6 @@

# React Router DOM
This package simply re-exports everything from `react-router` to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies:
The `react-router-dom` package is deprecated and only kept around for backwards-compatibility. It re-exports everything from the `react-router` package - you should convert your applications to import everything from `react-router` in v7 and beyond.
```diff
-import { Routes } from "react-router-dom"
+import { Routes } from "react-router"
```

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