Socket
Book a DemoSign in
Socket

@tanstack/react-query-devtools

Package Overview
Dependencies
Maintainers
2
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.71.10
to
5.72.0
+7
-4
package.json
{
"name": "@tanstack/react-query-devtools",
"version": "5.71.10",
"version": "5.72.0",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

@@ -24,2 +24,3 @@ "author": "tannerlinsley",

"import": {
"@tanstack/custom-condition": "./src/index.ts",
"types": "./build/modern/index.d.ts",

@@ -35,2 +36,3 @@ "default": "./build/modern/index.js"

"import": {
"@tanstack/custom-condition": "./src/production.ts",
"types": "./build/modern/production.d.ts",

@@ -46,2 +48,3 @@ "default": "./build/modern/production.js"

"import": {
"@tanstack/custom-condition": "./src/production.ts",
"types": "./build/modern/production.d.ts",

@@ -64,3 +67,3 @@ "default": "./build/modern/production.js"

"dependencies": {
"@tanstack/query-devtools": "5.71.5"
"@tanstack/query-devtools": "5.72.0"
},

@@ -73,9 +76,9 @@ "devDependencies": {

"react": "^19.0.0",
"@tanstack/react-query": "5.71.10"
"@tanstack/react-query": "5.72.0"
},
"peerDependencies": {
"react": "^18 || ^19",
"@tanstack/react-query": "^5.71.10"
"@tanstack/react-query": "^5.72.0"
},
"scripts": {}
}