You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@tanstack/vue-query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
5.71.3

14

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

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

"dependencies": {
"@tanstack/query-devtools": "5.71.2"
"@tanstack/query-devtools": "5.71.3"
},

@@ -49,13 +49,13 @@ "devDependencies": {

"eslint-plugin-vue": "^9.27.0",
"typescript": "5.6.3",
"vite": "^5.3.5",
"typescript": "5.8.2",
"vite": "^6.2.4",
"vue": "^3.4.27",
"vue-tsc": "^2.1.10",
"@tanstack/vue-query": "5.71.1"
"vue-tsc": "^2.2.8",
"@tanstack/vue-query": "5.71.3"
},
"peerDependencies": {
"vue": "^3.3.0",
"@tanstack/vue-query": "^5.71.1"
"@tanstack/vue-query": "^5.71.3"
},
"scripts": {}
}