react-router
Advanced tools
Comparing version
{ | ||
"name": "react-router", | ||
"version": "0.0.0-nightly-b660a7fe2-20241026", | ||
"version": "0.0.0-nightly-b7b187661-20250507", | ||
"description": "Declarative routing for React", | ||
@@ -21,38 +21,45 @@ "keywords": [ | ||
"sideEffects": false, | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/index.js", | ||
"unpkg": "./dist/umd/react-router.production.min.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/development/index.d.ts", | ||
"main": "./dist/development/index.js", | ||
"module": "./dist/development/index.mjs", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"types": "./dist/index.d.ts", | ||
"module-sync": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
"types": "./dist/development/index.d.ts", | ||
"module-sync": "./dist/development/index.mjs", | ||
"default": "./dist/development/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
"types": "./dist/development/index.d.mts", | ||
"default": "./dist/development/index.mjs" | ||
}, | ||
"default": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/development/index.d.ts", | ||
"default": "./dist/development/index.js" | ||
} | ||
}, | ||
"./types": { | ||
"types": "./dist/lib/types.d.ts" | ||
"./internal": { | ||
"node": { | ||
"types": "./dist/development/lib/types/internal.d.ts" | ||
}, | ||
"import": { | ||
"types": "./dist/development/lib/types/internal.d.mts" | ||
}, | ||
"default": { | ||
"types": "./dist/development/lib/types/index.d.ts" | ||
} | ||
}, | ||
"./dom": { | ||
"node": { | ||
"types": "./dist/dom-export.d.ts", | ||
"module-sync": "./dist/dom-export.mjs", | ||
"default": "./dist/dom-export.js" | ||
"types": "./dist/development/dom-export.d.ts", | ||
"module-sync": "./dist/development/dom-export.mjs", | ||
"default": "./dist/development/dom-export.js" | ||
}, | ||
"import": { | ||
"types": "./dist/dom-export.d.mts", | ||
"default": "./dist/dom-export.mjs" | ||
"types": "./dist/development/dom-export.d.mts", | ||
"default": "./dist/development/dom-export.mjs" | ||
}, | ||
"default": { | ||
"types": "./dist/dom-export.d.ts", | ||
"default": "./dist/dom-export.js" | ||
"types": "./dist/development/dom-export.d.ts", | ||
"default": "./dist/development/dom-export.js" | ||
} | ||
@@ -77,8 +84,4 @@ }, | ||
"dependencies": { | ||
"@types/cookie": "^0.6.0", | ||
"@web3-storage/multipart-parser": "^1.0.0", | ||
"cookie": "^1.0.1", | ||
"set-cookie-parser": "^2.6.0", | ||
"source-map": "^0.7.3", | ||
"turbo-stream": "2.4.0" | ||
"set-cookie-parser": "^2.6.0" | ||
}, | ||
@@ -113,4 +116,5 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "wireit" | ||
"build": "wireit", | ||
"typecheck": "tsc" | ||
} | ||
} |
@@ -1,3 +0,7 @@ | ||
# React Router | ||
`react-router` is the primary package in the React Router project. | ||
The `react-router` package is the heart of [React Router](https://github.com/remix-run/react-router) and provides all the core functionality. | ||
## Installation | ||
```sh | ||
npm i react-router | ||
``` |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2303488
102.01%4
-50%38
80.95%56584
94.48%8
100%13
160%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed