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
3
Versions
794
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 11.0.0-rc.781 to 11.0.0-rc.788

6

dist/bundle-analysis.json
{
"bundleSize": 45008,
"bundleOrigSize": 92885,
"bundleReduction": 51.54,
"bundleOrigSize": 92916,
"bundleReduction": 51.56,
"modules": [

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

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

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

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

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

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

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

@@ -13,1 +14,7 @@ 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.781+df4d4ede3",
"version": "11.0.0-rc.788+a8e9f72c0",
"description": "The tRPC React library",

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

"@tanstack/react-query": "^5.62.8",
"@trpc/client": "11.0.0-rc.781+df4d4ede3",
"@trpc/server": "11.0.0-rc.781+df4d4ede3",
"@trpc/client": "11.0.0-rc.788+a8e9f72c0",
"@trpc/server": "11.0.0-rc.788+a8e9f72c0",
"react": ">=18.2.0",

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

"@tanstack/react-query": "^5.66.0",
"@trpc/client": "11.0.0-rc.781+df4d4ede3",
"@trpc/server": "11.0.0-rc.781+df4d4ede3",
"@trpc/client": "11.0.0-rc.788+a8e9f72c0",
"@trpc/server": "11.0.0-rc.788+a8e9f72c0",
"@types/express": "^5.0.0",

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

],
"gitHead": "df4d4ede3492c91a0846f683ef2f1d0ffeed3b09"
"gitHead": "a8e9f72c0177aa8f957093f8b075d2b88a6ee35f"
}

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

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

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

Sorry, the diff of this file is not supported yet

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