New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trpc/server

Package Overview
Dependencies
Maintainers
0
Versions
1166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trpc/server - npm Package Compare versions

Comparing version 11.0.0-rc.808 to 11.0.0-rc.814

82

dist/bundle-analysis.json

@@ -98,4 +98,4 @@ {

"/src/unstable-core-do-not-import.ts",
"/src/unstable-core-do-not-import/http/contentType.ts",
"/src/unstable-core-do-not-import/initTRPC.ts"
"/src/unstable-core-do-not-import/initTRPC.ts",
"/src/unstable-core-do-not-import/http/contentType.ts"
],

@@ -296,4 +296,4 @@ "percent": 5.11,

"/src/unstable-core-do-not-import/http/resolveResponse.ts",
"/src/unstable-core-do-not-import/initTRPC.ts",
"/src/unstable-core-do-not-import/router.ts"
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/initTRPC.ts"
],

@@ -361,12 +361,12 @@ "percent": 1.38,

"/src/unstable-core-do-not-import/http/resolveResponse.ts",
"/src/unstable-core-do-not-import/error/TRPCError.ts",
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/transformer.ts",
"/src/unstable-core-do-not-import/middleware.ts",
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
"/src/unstable-core-do-not-import/error/TRPCError.ts",
"/src/unstable-core-do-not-import/http/contentType.ts",
"/src/unstable-core-do-not-import/http/abortError.ts",
"/src/unstable-core-do-not-import/middleware.ts",
"/src/unstable-core-do-not-import/procedureBuilder.ts",
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/stream/jsonl.ts",
"/src/unstable-core-do-not-import/stream/sse.ts",
"/src/unstable-core-do-not-import/transformer.ts"
"/src/unstable-core-do-not-import/stream/sse.ts"
],

@@ -390,6 +390,6 @@ "percent": 1.24,

"/src/unstable-core-do-not-import/http/resolveResponse.ts",
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/middleware.ts",
"/src/unstable-core-do-not-import/http/contentType.ts",
"/src/unstable-core-do-not-import/middleware.ts",
"/src/unstable-core-do-not-import/procedureBuilder.ts",
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/stream/sse.ts"

@@ -861,4 +861,4 @@ ],

"/src/unstable-core-do-not-import.ts",
"/src/unstable-core-do-not-import/initTRPC.ts",
"/src/unstable-core-do-not-import/router.ts"
"/src/unstable-core-do-not-import/router.ts",
"/src/unstable-core-do-not-import/initTRPC.ts"
],

@@ -881,5 +881,5 @@ "percent": 0.03,

{
"id": "/src/rpc.ts",
"id": "/src/index.ts",
"size": 0,
"origSize": 36,
"origSize": 32,
"renderedExports": [],

@@ -892,16 +892,8 @@ "removedExports": [],

{
"id": "/src/unstable-core-do-not-import.ts",
"id": "/src/rpc.ts",
"size": 0,
"origSize": 2584,
"origSize": 36,
"renderedExports": [],
"removedExports": [],
"dependents": [
"/src/adapters/express.ts",
"/src/adapters/next.ts",
"/src/adapters/ws.ts",
"/src/adapters/standalone.ts",
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
"/src/adapters/node-http/writeResponse.ts"
],
"dependents": [],
"percent": 0,

@@ -911,5 +903,5 @@ "reduction": 100

{
"id": "/src/index.ts",
"id": "/src/shared.ts",
"size": 0,
"origSize": 32,
"origSize": 653,
"renderedExports": [],

@@ -922,8 +914,16 @@ "removedExports": [],

{
"id": "/src/shared.ts",
"id": "/src/unstable-core-do-not-import.ts",
"size": 0,
"origSize": 653,
"origSize": 2584,
"renderedExports": [],
"removedExports": [],
"dependents": [],
"dependents": [
"/src/adapters/express.ts",
"/src/adapters/next.ts",
"/src/adapters/ws.ts",
"/src/adapters/standalone.ts",
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
"/src/adapters/node-http/writeResponse.ts"
],
"percent": 0,

@@ -965,12 +965,2 @@ "reduction": 100

{
"id": "/src/adapters/fetch/index.ts",
"size": 0,
"origSize": 64,
"renderedExports": [],
"removedExports": [],
"dependents": [],
"percent": 0,
"reduction": 100
},
{
"id": "/src/adapters/node-http/index.ts",

@@ -990,2 +980,12 @@ "size": 0,

"reduction": 100
},
{
"id": "/src/adapters/fetch/index.ts",
"size": 0,
"origSize": 64,
"renderedExports": [],
"removedExports": [],
"dependents": [],
"percent": 0,
"reduction": 100
}

@@ -992,0 +992,0 @@ ],

{
"name": "@trpc/server",
"version": "11.0.0-rc.808+4df1eb8fa",
"version": "11.0.0-rc.814+f490f467f",
"description": "The tRPC server library",

@@ -136,3 +136,3 @@ "author": "KATT",

"myzod": "^1.3.1",
"next": "^15.1.3",
"next": "^15.1.7",
"react": "^19.0.0",

@@ -145,3 +145,3 @@ "react-dom": "^19.0.0",

"typescript": "^5.7.2",
"valibot": "1.0.0-rc.1",
"valibot": "1.0.0-rc.2",
"ws": "^8.0.0",

@@ -157,3 +157,3 @@ "yup": "^1.0.0",

},
"gitHead": "4df1eb8fa820341db81bc7cb9907f30dfebbf4d7"
"gitHead": "f490f467f201adcba334a0f620c838c4d6931bd5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc