New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tanstack/react-start-server

Package Overview
Dependencies
Maintainers
6
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-start-server - npm Package Compare versions

Comparing version
1.166.18
to
1.166.19
+8
-8
package.json
{
"name": "@tanstack/react-start-server",
"version": "1.166.18",
"version": "1.166.19",
"description": "Modern and scalable routing for React applications",

@@ -47,6 +47,6 @@ "author": "Tanner Linsley",

"@tanstack/history": "1.161.6",
"@tanstack/react-router": "1.168.3",
"@tanstack/router-core": "1.168.3",
"@tanstack/start-client-core": "1.167.3",
"@tanstack/start-server-core": "1.167.3"
"@tanstack/react-router": "1.168.4",
"@tanstack/router-core": "1.168.4",
"@tanstack/start-client-core": "1.167.4",
"@tanstack/start-server-core": "1.167.4"
},

@@ -57,3 +57,3 @@ "devDependencies": {

"react-dom": "^19.0.0",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "*"

@@ -71,3 +71,2 @@ },

"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",

@@ -77,3 +76,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 .",

@@ -80,0 +80,0 @@ "build": "vite build"