You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tanstack/start-server-core

Package Overview
Dependencies
Maintainers
6
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.167.3
to
1.167.4
+8
-7
package.json
{
"name": "@tanstack/start-server-core",
"version": "1.167.3",
"version": "1.167.4",
"description": "Modern and scalable routing for React applications",

@@ -69,5 +69,5 @@ "author": "Tanner Linsley",

"@tanstack/history": "1.161.6",
"@tanstack/router-core": "1.168.3",
"@tanstack/start-client-core": "1.167.3",
"@tanstack/start-storage-context": "1.166.17"
"@tanstack/router-core": "1.168.4",
"@tanstack/start-client-core": "1.167.4",
"@tanstack/start-storage-context": "1.166.18"
},

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

"fetchdts": "^0.1.6",
"vite": "*"
"vite": "*",
"@types/node": ">=20"
},

@@ -91,3 +92,2 @@ "bin": {

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

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

@@ -100,0 +101,0 @@ "build": "vite build"