Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trpc/client

Package Overview
Dependencies
Maintainers
0
Versions
1065
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 11.0.0-rc.522 to 11.0.0-rc.524

2

dist/internals/types.d.ts

@@ -40,3 +40,3 @@ /**

*/
signal?: AbortSignal | null;
signal?: AbortSignal | undefined;
}

@@ -43,0 +43,0 @@ /**

{
"name": "@trpc/client",
"version": "11.0.0-rc.522+b99c8b036",
"version": "11.0.0-rc.524+df45b1a7c",
"description": "The tRPC client library",

@@ -79,6 +79,6 @@ "author": "KATT",

"peerDependencies": {
"@trpc/server": "11.0.0-rc.522+b99c8b036"
"@trpc/server": "11.0.0-rc.524+df45b1a7c"
},
"devDependencies": {
"@trpc/server": "11.0.0-rc.522+b99c8b036",
"@trpc/server": "11.0.0-rc.524+df45b1a7c",
"@types/isomorphic-fetch": "^0.0.39",

@@ -100,3 +100,3 @@ "@types/node": "^20.10.0",

],
"gitHead": "b99c8b0367db909f38427700c58c186bb235c0d6"
"gitHead": "df45b1a7c13a3f5c47373a0d2b38c68f5c6c1028"
}

@@ -52,3 +52,3 @@ /**

*/
signal?: AbortSignal | null;
signal?: AbortSignal | undefined;
}

@@ -55,0 +55,0 @@

Sorry, the diff of this file is not supported yet

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