🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@tanstack/react-router-devtools

Package Overview
Dependencies
Maintainers
7
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-router-devtools - npm Package Compare versions

Comparing version
1.166.11
to
1.166.12
+8
-7
package.json
{
"name": "@tanstack/react-router-devtools",
"version": "1.166.11",
"version": "1.166.12",
"description": "Modern and scalable routing for React applications",

@@ -52,3 +52,3 @@ "author": "Tanner Linsley",

"dependencies": {
"@tanstack/router-devtools-core": "1.167.1"
"@tanstack/router-devtools-core": "1.167.2"
},

@@ -59,3 +59,4 @@ "devDependencies": {

"react-dom": ">=19",
"vite": "*"
"vite": "*",
"@types/node": ">=20"
},

@@ -65,4 +66,4 @@ "peerDependencies": {

"react-dom": ">=18.0.0 || >=19.0.0",
"@tanstack/react-router": "^1.168.2",
"@tanstack/router-core": "^1.168.2"
"@tanstack/react-router": "^1.168.14",
"@tanstack/router-core": "^1.168.10"
},

@@ -78,3 +79,2 @@ "peerDependenciesMeta": {

"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",

@@ -84,3 +84,4 @@ "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",

"test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js",
"test:types:ts59": "tsc",
"test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js",
"test:types:ts60": "tsc",
"test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",

@@ -87,0 +88,0 @@ "build": "vite build"