Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tanstack/solid-start-server

Package Overview
Dependencies
Maintainers
6
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
2.0.0-alpha.9
to
2.0.0-beta.10
+8
-8
package.json
{
"name": "@tanstack/solid-start-server",
"version": "2.0.0-alpha.9",
"version": "2.0.0-beta.10",
"description": "Modern and scalable routing for Solid applications",

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

"@tanstack/history": "1.161.6",
"@tanstack/router-core": "1.168.1",
"@tanstack/start-client-core": "1.167.1",
"@tanstack/start-server-core": "1.167.1",
"@tanstack/solid-router": "2.0.0-alpha.9"
"@tanstack/router-core": "1.168.9",
"@tanstack/solid-router": "2.0.0-beta.10",
"@tanstack/start-client-core": "1.167.9",
"@tanstack/start-server-core": "1.167.9"
},

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

"@solidjs/web": "2.0.0-beta.5",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "*",

@@ -72,3 +72,2 @@ "vite-plugin-solid": "3.0.0-next.4"

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

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

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