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.72.1
to
5.72.2
+4
-7
package.json
{
"name": "@tanstack/react-query-devtools",
"version": "5.72.1",
"version": "5.72.2",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

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

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

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

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

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

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

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

"dependencies": {
"@tanstack/query-devtools": "5.72.1"
"@tanstack/query-devtools": "5.72.2"
},

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

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