You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tanstack/react-query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
499
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

to
4.39.0

15

package.json
{
"name": "@tanstack/react-query-devtools",
"version": "4.36.1",
"version": "4.39.0",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

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

"react-error-boundary": "^3.1.4",
"@tanstack/react-query": "4.36.1"
"@tanstack/react-query": "4.39.0"
},

@@ -64,12 +64,5 @@ "dependencies": {

"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@tanstack/react-query": "^4.36.1"
"@tanstack/react-query": "^4.39.0"
},
"scripts": {
"clean": "rimraf ./build",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "jest --config ./jest.config.ts",
"test:lib:dev": "pnpm run test:lib --watch",
"build:types": "tsc --build && cp build/lib/index.d.ts build/lib/index.prod.d.ts"
}
"scripts": {}
}