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
779
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.752 to 11.0.0-rc.753

16

dist/bundle-analysis.json
{
"bundleSize": 45019,
"bundleOrigSize": 92896,
"bundleSize": 45008,
"bundleOrigSize": 92885,
"bundleReduction": 51.54,

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

],
"percent": 45.19,
"percent": 45.21,
"reduction": 8.43

@@ -38,4 +38,4 @@ },

"id": "/src/server/ssgProxy.ts",
"size": 3952,
"origSize": 6070,
"size": 3941,
"origSize": 6059,
"renderedExports": [

@@ -48,4 +48,4 @@ "createServerSideHelpers"

],
"percent": 8.78,
"reduction": 34.89
"percent": 8.76,
"reduction": 34.96
},

@@ -77,3 +77,3 @@ {

"dependents": [],
"percent": 7.17,
"percent": 7.18,
"reduction": 40.13

@@ -80,0 +80,0 @@ },

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

return unstableCoreDoNotImport.callProcedure({
_def: router._def,
router,
path: queryOpts.path,

@@ -29,0 +29,0 @@ getRawInput: async ()=>queryOpts.input,

{
"name": "@trpc/react-query",
"version": "11.0.0-rc.752+e31a1f599",
"version": "11.0.0-rc.753+a0ce6809f",
"description": "The tRPC React library",

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

"@tanstack/react-query": "^5.62.8",
"@trpc/client": "11.0.0-rc.752+e31a1f599",
"@trpc/server": "11.0.0-rc.752+e31a1f599",
"@trpc/client": "11.0.0-rc.753+a0ce6809f",
"@trpc/server": "11.0.0-rc.753+a0ce6809f",
"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.752+e31a1f599",
"@trpc/server": "11.0.0-rc.752+e31a1f599",
"@trpc/client": "11.0.0-rc.753+a0ce6809f",
"@trpc/server": "11.0.0-rc.753+a0ce6809f",
"@types/express": "^5.0.0",

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

],
"gitHead": "e31a1f59920f20a5bcf690dc01ebda0c9ecf3e1b"
"gitHead": "a0ce6809f9411c748490eb1e9414ca1c0da70c57"
}

@@ -99,3 +99,3 @@ import type {

return callProcedure({
_def: router._def,
router,
path: queryOpts.path,

@@ -102,0 +102,0 @@ getRawInput: async () => queryOpts.input,

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