Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tanstack/react-query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
559
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.0.0-alpha.43
to
5.0.0-alpha.44
+9
-9
package.json
{
"name": "@tanstack/react-query-devtools",
"version": "5.0.0-alpha.43",
"version": "5.0.0-alpha.44",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

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

"devDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43",
"@types/react": "^18.2.4",

@@ -46,17 +47,16 @@ "@types/react-dom": "^18.2.4",

"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"@tanstack/react-query": "5.0.0-alpha.43"
"react-error-boundary": "^3.1.4"
},
"dependencies": {
"@tanstack/query-devtools": "5.0.0-alpha.43"
"@tanstack/query-devtools": "^5.0.0-alpha.43"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "5.0.0-alpha.43"
"react-dom": "^18.0.0"
},
"scripts": {
"clean": "rimraf ./build",
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:types": "pnpm build:types",
"test:lib": "vitest run --coverage",

@@ -66,4 +66,4 @@ "test:lib:dev": "pnpm run test:lib --watch",

"build:rollup": "rollup --config rollup.config.mjs",
"build:types": "tsc --build && cpy build/lib/index.d.ts build/lib/index.prod.d.ts"
"build:types": "tsc --emitDeclarationOnly && cpy build/lib/index.d.ts build/lib/index.prod.d.ts"
}
}