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

@tanstack/start-client-core

Package Overview
Dependencies
Maintainers
6
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

@@ -70,9 +70,10 @@ "author": "Tanner Linsley",

"seroval": "^1.4.2",
"@tanstack/router-core": "1.168.3",
"@tanstack/router-core": "1.168.4",
"@tanstack/start-fn-stubs": "1.161.6",
"@tanstack/start-storage-context": "1.166.17"
"@tanstack/start-storage-context": "1.166.18"
},
"devDependencies": {
"@tanstack/intent": "^0.0.14",
"vite": "*"
"vite": "*",
"@types/node": ">=20"
},

@@ -89,3 +90,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",

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

@@ -98,0 +99,0 @@ "build": "vite build"