You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tanstack/react-query-devtools

Package Overview
Dependencies
Maintainers
4
Versions
534
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query-devtools - npm Package Compare versions

Comparing version
5.91.1
to
5.91.2
+7
-7
package.json
{
"name": "@tanstack/react-query-devtools",
"version": "5.91.1",
"version": "5.91.2",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

@@ -9,3 +9,3 @@ "author": "tannerlinsley",

"type": "git",
"url": "https://github.com/TanStack/query.git",
"url": "git+https://github.com/TanStack/query.git",
"directory": "packages/react-query-devtools"

@@ -63,15 +63,15 @@ },

"dependencies": {
"@tanstack/query-devtools": "5.91.1"
"@tanstack/query-devtools": "5.92.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"@types/react": "^19.2.7",
"@vitejs/plugin-react": "^4.3.4",
"npm-run-all2": "^5.0.0",
"react": "^19.0.0",
"@tanstack/react-query": "5.90.10"
"react": "^19.2.1",
"@tanstack/react-query": "5.90.14"
},
"peerDependencies": {
"react": "^18 || ^19",
"@tanstack/react-query": "^5.90.10"
"@tanstack/react-query": "^5.90.14"
},

@@ -78,0 +78,0 @@ "scripts": {