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
3
Versions
1170
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 6.1.1 to 6.2.1

2

dist/declarations/src/types.d.ts

@@ -14,2 +14,2 @@ export declare type Prefix<K extends string, T extends string> = `${K}${T}`;

export declare type ThenArg<T> = T extends PromiseLike<infer U> ? ThenArg<U> : T;
export declare type Dict<T> = Record<string, T>;
export declare type Dict<T> = Record<string, T | undefined>;
{
"name": "@trpc/server",
"version": "6.1.1",
"version": "6.2.1",
"description": "tRPC Server",

@@ -52,5 +52,5 @@ "author": "KATT",

"yup": "^0.32.8",
"zod": "^1.11.16"
"zod": "^3.0.0"
},
"gitHead": "50c16d03b3d61e5f49e24731c3b4b79d1c20a8ad",
"gitHead": "3c2825801545605b636921bb14c1234efb7c9a2c",
"dependencies": {

@@ -57,0 +57,0 @@ "tslib": "^2.1.0"

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