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

@trpc/react-query

Package Overview
Dependencies
Maintainers
0
Versions
826
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trpc/react-query - npm Package Compare versions

Comparing version

to
11.0.0-rc.700

6

dist/bundle-analysis.json
{
"bundleSize": 43968,
"bundleOrigSize": 92142,
"bundleReduction": 52.28,
"bundleOrigSize": 92111,
"bundleReduction": 52.27,
"modules": [

@@ -225,3 +225,3 @@ {

"size": 0,
"origSize": 362,
"origSize": 331,
"renderedExports": [],

@@ -228,0 +228,0 @@ "removedExports": [],

@@ -1,2 +0,1 @@

export * from '@trpc/client';
export { getQueryKey, getMutationKey } from './internals/getQueryKey';

@@ -3,0 +2,0 @@ export { createTRPCReact, type CreateTRPCReact, type CreateTRPCReactBase, } from './createTRPCReact';

'use strict';
var client = require('@trpc/client');
var getQueryKey = require('./internals/getQueryKey.js');

@@ -14,7 +13,1 @@ var createTRPCReact = require('./createTRPCReact.js');

exports.createTRPCQueryUtils = createTRPCQueryUtils.createTRPCQueryUtils;
Object.keys(client).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return client[k]; }
});
});
{
"name": "@trpc/react-query",
"version": "11.0.0-rc.699+8ff4ef82b",
"version": "11.0.0-rc.700+e5c0c1a82",
"description": "The tRPC React library",

@@ -68,4 +68,4 @@ "author": "KATT",

"@tanstack/react-query": "^5.62.8",
"@trpc/client": "11.0.0-rc.699+8ff4ef82b",
"@trpc/server": "11.0.0-rc.699+8ff4ef82b",
"@trpc/client": "11.0.0-rc.700+e5c0c1a82",
"@trpc/server": "11.0.0-rc.700+e5c0c1a82",
"react": ">=18.2.0",

@@ -77,4 +77,4 @@ "react-dom": ">=18.2.0",

"@tanstack/react-query": "^5.62.8",
"@trpc/client": "11.0.0-rc.699+8ff4ef82b",
"@trpc/server": "11.0.0-rc.699+8ff4ef82b",
"@trpc/client": "11.0.0-rc.700+e5c0c1a82",
"@trpc/server": "11.0.0-rc.700+e5c0c1a82",
"@types/express": "^4.17.17",

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

],
"gitHead": "8ff4ef82b39a07c6e1639a4c9cc2c40fcc1d8ebe"
"gitHead": "e5c0c1a8220fea9e49a6ba2fa1562abb86f4d6ee"
}

@@ -1,3 +0,1 @@

export * from '@trpc/client';
export { getQueryKey, getMutationKey } from './internals/getQueryKey';

@@ -4,0 +2,0 @@ export {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet