Socket
Socket
Sign inDemoInstall

react-router

Package Overview
Dependencies
6
Maintainers
3
Versions
412
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-experimental-ffd8c7d0 to 0.0.0-nightly-5466640fc-20240510

CHANGELOG.md

58

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

@@ -27,3 +12,40 @@ "react",

"link"
]
}
],
"repository": {
"type": "git",
"url": "https://github.com/remix-run/react-router",
"directory": "packages/react-router"
},
"license": "MIT",
"author": "Remix Software <hello@remix.run>",
"sideEffects": false,
"main": "./dist/main.js",
"unpkg": "./dist/umd/react-router.production.min.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"turbo-stream": "^2.0.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"files": [
"dist/",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"engines": {
"node": ">=14.0.0"
}
}
# React Router
The `react-router` package is the heart of [React Router](/) and provides all
the core functionality for both
[`react-router-dom`](https://github.com/ReactTraining/react-router/packages/react-router-dom)
and
[`react-router-native`](https://github.com/ReactTraining/react-router/packages/react-router-native).
The `react-router` package is the heart of [React Router](https://github.com/remix-run/react-router) and provides all the core functionality.
If you're using React Router, you should never `import` anything directly from
the `react-router` package, but you should have everything you need in either
`react-router-dom` or `react-router-native`. Both of those packages re-export
everything from `react-router`.
If you'd like to extend React Router and you know what you're doing, you should
add `react-router` **as a peer dependency, not a regular dependency** in your
package.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc