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

@trpc/react-query

Package Overview
Dependencies
Maintainers
3
Versions
715
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.567 to 11.0.0-rc.569

22

dist/bundle-analysis.json
{
"bundleSize": 36970,
"bundleOrigSize": 80417,
"bundleReduction": 54.03,
"bundleSize": 36952,
"bundleOrigSize": 80399,
"bundleReduction": 54.04,
"modules": [
{
"id": "/src/shared/hooks/createHooksInternal.tsx",
"size": 16336,
"origSize": 18423,
"size": 16318,
"origSize": 18405,
"renderedExports": [

@@ -17,4 +17,4 @@ "createRootHooks"

],
"percent": 44.19,
"reduction": 11.33
"percent": 44.16,
"reduction": 11.34
},

@@ -33,3 +33,3 @@ {

],
"percent": 12.47,
"percent": 12.48,
"reduction": 2.31

@@ -48,3 +48,3 @@ },

],
"percent": 9.54,
"percent": 9.55,
"reduction": 52.18

@@ -77,3 +77,3 @@ },

"dependents": [],
"percent": 8.74,
"percent": 8.75,
"reduction": 39.66

@@ -100,3 +100,3 @@ },

],
"percent": 6.77,
"percent": 6.78,
"reduction": 40.22

@@ -103,0 +103,0 @@ },

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

const queryCache = queryClient.getQueryCache();
const query = queryCache.build(queryFunctionContext.queryKey, {
const query = queryCache.build(queryClient, {
queryKey

@@ -131,0 +131,0 @@ });

{
"name": "@trpc/react-query",
"version": "11.0.0-rc.567+6a4d42917",
"version": "11.0.0-rc.569+8049266de",
"description": "The tRPC React library",

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

"@tanstack/react-query": "^5.54.1",
"@trpc/client": "11.0.0-rc.567+6a4d42917",
"@trpc/server": "11.0.0-rc.567+6a4d42917",
"@trpc/client": "11.0.0-rc.569+8049266de",
"@trpc/server": "11.0.0-rc.569+8049266de",
"react": ">=18.2.0",

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

"@tanstack/react-query": "^5.54.1",
"@trpc/client": "11.0.0-rc.567+6a4d42917",
"@trpc/server": "11.0.0-rc.567+6a4d42917",
"@trpc/client": "11.0.0-rc.569+8049266de",
"@trpc/server": "11.0.0-rc.569+8049266de",
"@types/express": "^4.17.17",

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

],
"gitHead": "6a4d4291712c31c98c3375b4ac36266670c27388"
"gitHead": "8049266dee912f1d98542f6baf750ee11b45b5ad"
}

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