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

@tanstack/react-start-server

Package Overview
Dependencies
Maintainers
2
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.120.3
to
1.120.4-alpha.1
+1
-1
dist/cjs/defaultRenderHandler.d.cts

@@ -1,1 +0,1 @@

export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter, Promise<Response>>;
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;

@@ -1,1 +0,1 @@

export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter, Promise<Response>>;
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;

@@ -1,1 +0,1 @@

export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter, Promise<Response>>;
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;

@@ -1,1 +0,1 @@

export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter, Promise<Response>>;
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;
{
"name": "@tanstack/react-start-server",
"version": "1.120.3",
"version": "1.120.4-alpha.1",
"description": "Modern and scalable routing for React applications",

@@ -51,2 +51,3 @@ "author": "Tanner Linsley",

"tiny-warning": "^1.0.3",
"tiny-invariant": "^1.3.3",
"h3": "1.13.0",

@@ -56,7 +57,7 @@ "isbot": "^5.1.22",

"unctx": "^2.4.1",
"@tanstack/history": "^1.115.0",
"@tanstack/router-core": "^1.120.3",
"@tanstack/start-server-core": "^1.120.3",
"@tanstack/start-client-core": "^1.120.3",
"@tanstack/react-router": "^1.120.3"
"@tanstack/react-router": "^1.120.4-alpha.1",
"@tanstack/history": "^1.120.4-alpha.1",
"@tanstack/start-client-core": "^1.120.4-alpha.1",
"@tanstack/router-core": "^1.120.4-alpha.1",
"@tanstack/start-server-core": "^1.120.4-alpha.1"
},

@@ -63,0 +64,0 @@ "devDependencies": {

@@ -1,33 +0,9 @@

> 🤫 we're cooking up something special!
<img src="https://static.scarf.sh/a.png?x-pxid=d988eb79-b0fc-4a2b-8514-6a1ab932d188" />
# TanStack Start
# TanStack React Start - Server
![TanStack Router Header](https://github.com/tanstack/router/raw/main/media/header.png)
This package is not meant to be used directly. It is a dependency of [`@tanstack/react-start`](https://www.npmjs.com/package/@tanstack/react-start).
🤖 Type-safe router w/ built-in caching & URL state management for React!
TanStack React Start is a fullstack-framework made for SSR, Streaming, Server Functions, API Routes, bundling and more powered by [TanStack Router](https://tanstack.com/router).
<a href="https://twitter.com/intent/tweet?button_hashtag=TanStack" target="\_parent">
<img alt="#TanStack" src="https://img.shields.io/twitter/url?color=%2308a0e9&label=%23TanStack&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Fbutton_hashtag%3DTanStack">
</a><a href="https://discord.com/invite/WrRKjPJ" target="\_parent">
<img alt="" src="https://img.shields.io/badge/Discord-TanStack-%235865F2" />
</a><a href="https://npmjs.com/package/@tanstack/react-router" target="\_parent">
<img alt="" src="https://img.shields.io/npm/dm/@tanstack/router.svg" />
</a><a href="https://bundlephobia.com/result?p=@tanstack/react-router" target="\_parent">
<img alt="" src="https://badgen.net/bundlephobia/minzip/@tanstack/react-router" />
</a><a href="#badge">
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
</a><a href="https://github.com/tanstack/router/discussions">
<img alt="Join the discussion on Github" src="https://img.shields.io/badge/Github%20Discussions%20%26%20Support-Chat%20now!-blue" />
</a><a href="https://bestofjs.org/projects/router"><img alt="Best of JS" src="https://img.shields.io/endpoint?url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=tanstack%2Frouter%26since=daily" /></a><a href="https://github.com/tanstack/router" target="\_parent">
<img alt="" src="https://img.shields.io/github/stars/tanstack/router.svg?style=social&label=Star" />
</a><a href="https://twitter.com/tan_stack" target="\_parent">
<img alt="" src="https://img.shields.io/twitter/follow/tan_stack.svg?style=social&label=Follow @TanStack" />
</a><a href="https://twitter.com/tannerlinsley" target="\_parent">
<img alt="" src="https://img.shields.io/twitter/follow/tannerlinsley.svg?style=social&label=Follow @TannerLinsley" />
</a>
Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Query](https://github.com/tannerlinsley/react-query), [React Table](https://github.com/tanstack/react-table), [React Charts](https://github.com/tannerlinsley/react-charts), [React Virtual](https://github.com/tannerlinsley/react-virtual)
## Visit [tanstack.com/router](https://tanstack.com/router) for docs, guides, API and more!
Head over to [tanstack.com/start](https://tanstack.com/start) for more information about getting started.