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
495
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
1.166.17
to
1.166.18
+8
-8
package.json
{
"name": "@tanstack/solid-start-server",
"version": "1.166.17",
"version": "1.166.18",
"description": "Modern and scalable routing for Solid applications",

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

"@tanstack/history": "1.161.6",
"@tanstack/solid-router": "1.168.3",
"@tanstack/start-client-core": "1.167.3",
"@tanstack/start-server-core": "1.167.3",
"@tanstack/router-core": "1.168.3"
"@tanstack/router-core": "1.168.4",
"@tanstack/solid-router": "1.168.4",
"@tanstack/start-client-core": "1.167.4",
"@tanstack/start-server-core": "1.167.4"
},
"devDependencies": {
"solid-js": "^1.9.10",
"typescript": "^5.7.2",
"typescript": "^6.0.2",
"vite": "*",

@@ -69,3 +69,2 @@ "vite-plugin-solid": "^2.11.10"

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

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

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