You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@trpc/client

Package Overview
Dependencies
Maintainers
3
Versions
1193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trpc/client - npm Package Compare versions

Comparing version

to
11.0.1-canary.6

dist/bundle-analysis.json

8

package.json
{
"name": "@trpc/client",
"version": "11.0.0",
"version": "11.0.1-canary.6+e3bc61c2f",
"description": "The tRPC client library",

@@ -80,7 +80,7 @@ "author": "KATT",

"peerDependencies": {
"@trpc/server": "11.0.0",
"@trpc/server": "11.0.1-canary.6+e3bc61c2f",
"typescript": ">=5.7.2"
},
"devDependencies": {
"@trpc/server": "11.0.0",
"@trpc/server": "11.0.1-canary.6+e3bc61c2f",
"@types/isomorphic-fetch": "^0.0.39",

@@ -105,3 +105,3 @@ "@types/node": "^22.13.5",

],
"gitHead": "85841a1ae4679847fd29ad5454c1a584a2e206d2"
"gitHead": "e3bc61c2ff4b2c60111cf1ace42807dddc77135b"
}

@@ -27,12 +27,12 @@ <p align="center">

# npm
npm install @trpc/client@next
npm install @trpc/client
# Yarn
yarn add @trpc/client@next
yarn add @trpc/client
# pnpm
pnpm add @trpc/client@next
pnpm add @trpc/client
# Bun
bun add @trpc/client@next
bun add @trpc/client
```

@@ -39,0 +39,0 @@