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
1175
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.0-rc.747

40

dist/bundle-analysis.json
{
"bundleSize": 66027,
"bundleOrigSize": 83203,
"bundleSize": 66038,
"bundleOrigSize": 83214,
"bundleReduction": 20.64,

@@ -16,3 +16,3 @@ "modules": [

"dependents": [],
"percent": 27.29,
"percent": 27.28,
"reduction": 10.3

@@ -29,3 +29,3 @@ },

"dependents": [],
"percent": 11.8,
"percent": 11.79,
"reduction": 0

@@ -35,4 +35,4 @@ },

"id": "/src/links/httpBatchStreamLink.ts",
"size": 6006,
"origSize": 6284,
"size": 6017,
"origSize": 6295,
"renderedExports": [

@@ -43,3 +43,3 @@ "unstable_httpBatchStreamLink"

"dependents": [],
"percent": 9.1,
"percent": 9.11,
"reduction": 4.42

@@ -56,3 +56,3 @@ },

"dependents": [],
"percent": 8.48,
"percent": 8.47,
"reduction": 19.44

@@ -72,3 +72,3 @@ },

],
"percent": 6.19,
"percent": 6.18,
"reduction": 5.64

@@ -216,3 +216,3 @@ },

],
"percent": 1.05,
"percent": 1.04,
"reduction": 32.75

@@ -320,12 +320,2 @@ },

{
"id": "/src/index.ts",
"size": 0,
"origSize": 652,
"renderedExports": [],
"removedExports": [],
"dependents": [],
"percent": 0,
"reduction": 100
},
{
"id": "/src/unstable-internals.ts",

@@ -343,2 +333,12 @@ "size": 0,

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

@@ -345,0 +345,0 @@ ],

@@ -112,3 +112,3 @@ 'use strict';

/* istanbul ignore if -- @preserve */ if (op.type === 'subscription') {
throw new Error('Subscriptions are unsupported by `httpLink` - use `httpSubscriptionLink` or `wsLink`');
throw new Error('Subscriptions are unsupported by `httpBatchStreamLink` - use `httpSubscriptionLink` or `wsLink`');
}

@@ -115,0 +115,0 @@ const loader = loaders[op.type];

{
"name": "@trpc/client",
"version": "11.0.0-rc.746+6c15b0575",
"version": "11.0.0-rc.747+64714681c",
"description": "The tRPC client library",

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

"peerDependencies": {
"@trpc/server": "11.0.0-rc.746+6c15b0575",
"@trpc/server": "11.0.0-rc.747+64714681c",
"typescript": ">=5.7.2"
},
"devDependencies": {
"@trpc/server": "11.0.0-rc.746+6c15b0575",
"@trpc/server": "11.0.0-rc.747+64714681c",
"@types/isomorphic-fetch": "^0.0.39",

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

],
"gitHead": "6c15b0575d18179ddf964d89d8295aabad39f2cc"
"gitHead": "64714681ca127cd859a819d61ce8a990b928baf9"
}

@@ -153,3 +153,3 @@ import type { AnyRouter, ProcedureType } from '@trpc/server';

throw new Error(
'Subscriptions are unsupported by `httpLink` - use `httpSubscriptionLink` or `wsLink`',
'Subscriptions are unsupported by `httpBatchStreamLink` - use `httpSubscriptionLink` or `wsLink`',
);

@@ -156,0 +156,0 @@ }

Sorry, the diff of this file is not supported yet