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

@trpc/client

Package Overview
Dependencies
Maintainers
3
Versions
1108
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.711 to 11.0.0-rc.714

8

dist/bundle-analysis.json
{
"bundleSize": 66027,
"bundleOrigSize": 83146,
"bundleReduction": 20.59,
"bundleOrigSize": 83088,
"bundleReduction": 20.53,
"modules": [

@@ -184,3 +184,3 @@ {

"size": 1185,
"origSize": 4701,
"origSize": 4643,
"renderedExports": [

@@ -197,3 +197,3 @@ "clientCallTypeToProcedureType",

"percent": 1.79,
"reduction": 74.79
"reduction": 74.48
},

@@ -200,0 +200,0 @@ {

import type { Unsubscribable } from '@trpc/server/observable';
import type { AnyProcedure, AnyRouter, coerceToRouterRecord, inferClientTypes, inferProcedureInput, inferTransformedProcedureOutput, IntersectionError, ProcedureOptions, ProcedureType, RouterRecord } from '@trpc/server/unstable-core-do-not-import';
import type { AnyProcedure, AnyRouter, inferClientTypes, inferProcedureInput, inferTransformedProcedureOutput, IntersectionError, ProcedureOptions, ProcedureType, RouterRecord } from '@trpc/server/unstable-core-do-not-import';
import type { CreateTRPCClientOptions } from './createTRPCUntypedClient';

@@ -37,3 +37,3 @@ import type { TRPCSubscriptionObserver, UntypedClientProperties } from './internals/TRPCUntypedClient';

transformer: inferClientTypes<TRouter>['transformer'];
}> : $Value extends RouterRecord | AnyRouter ? DecoratedProcedureRecord<TRouter, coerceToRouterRecord<$Value>> : never : never;
}> : $Value extends RouterRecord ? DecoratedProcedureRecord<TRouter, $Value> : never : never;
};

@@ -40,0 +40,0 @@ /** @internal */

{
"name": "@trpc/client",
"version": "11.0.0-rc.711+e82d26126",
"version": "11.0.0-rc.714+9ed47ef3c",
"description": "The tRPC client library",

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

"peerDependencies": {
"@trpc/server": "11.0.0-rc.711+e82d26126",
"@trpc/server": "11.0.0-rc.714+9ed47ef3c",
"typescript": ">=5.7.2"
},
"devDependencies": {
"@trpc/server": "11.0.0-rc.711+e82d26126",
"@trpc/server": "11.0.0-rc.714+9ed47ef3c",
"@types/isomorphic-fetch": "^0.0.39",

@@ -103,3 +103,3 @@ "@types/node": "^22.9.0",

],
"gitHead": "e82d261262fcb9d54747e0b223ee1e069ec2a9fd"
"gitHead": "9ed47ef3c4568acc7d2f3473307317cbf00e165c"
}

@@ -6,3 +6,2 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */

AnyRouter,
coerceToRouterRecord,
inferClientTypes,

@@ -98,4 +97,4 @@ inferProcedureInput,

>
: $Value extends RouterRecord | AnyRouter
? DecoratedProcedureRecord<TRouter, coerceToRouterRecord<$Value>>
: $Value extends RouterRecord
? DecoratedProcedureRecord<TRouter, $Value>
: never

@@ -102,0 +101,0 @@ : never;

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