Sign In

@tanstack/vue-start-server

Package Overview
Dependencies
Maintainers
3
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.167.22
to
1.167.23-pre.0
+8
-7
package.json
{
"name": "@tanstack/vue-start-server",
"version": "1.167.22",
"version": "1.167.23-pre.0",
"description": "Modern and scalable routing for Vue applications",

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

"dependencies": {
"@tanstack/router-core": "1.171.15",
"@tanstack/vue-router": "1.170.17",
"@tanstack/start-server-core": "1.169.17"
"@tanstack/router-core": "1.171.16-pre.0",
"@tanstack/vue-router": "1.170.18-pre.0",
"@tanstack/start-server-core": "1.169.18-pre.0"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^4.1.2",
"typescript": "^6.0.2",
"@typescript/native": "npm:typescript@^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite": "*",

@@ -66,3 +67,2 @@ "vue": "^3.5.25"

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

@@ -72,3 +72,4 @@ "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js",

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

@@ -75,0 +76,0 @@ "build": "vite build"