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

@tanstack/arktype-adapter

Package Overview
Dependencies
Maintainers
5
Versions
487
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/arktype-adapter - npm Package Compare versions

Comparing version
1.166.9
to
1.167.0
+4
-4
package.json
{
"name": "@tanstack/arktype-adapter",
"version": "1.166.9",
"version": "1.167.0",
"description": "Modern and scalable routing for React applications",

@@ -58,3 +58,3 @@ "author": "Tanner Linsley",

"vite": "*",
"@tanstack/react-router": "1.167.2"
"@tanstack/react-router": "1.170.0"
},

@@ -69,3 +69,2 @@ "peerDependencies": {

"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:unit": "vitest",

@@ -78,0 +78,0 @@ "test:unit:dev": "pnpm run test:unit --watch --typecheck",