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

react-router-dom

Package Overview
Dependencies
Maintainers
3
Versions
507
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-ffd8c7d0 to 0.0.0-nightly-0061b031c-20241012

dist/index.d.ts

62

package.json
{
"name": "react-router-dom",
"version": "0.0.0-experimental-ffd8c7d0",
"author": "React Training <hello@reacttraining.com>",
"version": "0.0.0-nightly-0061b031c-20241012",
"description": "Declarative routing for React web applications",
"repository": "ReactTraining/react-router",
"license": "MIT",
"main": "main.js",
"module": "index.js",
"types": "index.d.ts",
"unpkg": "umd/react-router-dom.production.min.js",
"dependencies": {
"prop-types": "^15.7.2",
"react-router": "0.0.0-experimental-ffd8c7d0"
},
"peerDependencies": {
"history": ">=5",
"react": "0.0.0-experimental-33c3af284",
"react-dom": "0.0.0-experimental-33c3af284"
},
"sideEffects": false,
"keywords": [

@@ -29,3 +12,42 @@ "react",

"link"
]
}
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router-dom"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./dist/main.js",
"unpkg": "./dist/umd/react-router-dom.production.min.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/main.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"react-router": "0.0.0-nightly-0061b031c-20241012"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"files": [
"dist/",
"LICENSE.md",
"README.md"
],
"engines": {
"node": ">=18.0.0"
}
}
# React Router DOM
The `react-router-dom` package contains bindings for using [React
Router](https://github.com/ReactTraining/react-router) in web applications.
Please see [the main
README](https://github.com/ReactTraining/react-router/README.md) for more
information on how to get started with React Router.
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.
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