New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/vue-query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
162
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 5.17.10 to 5.17.11

dist/cjs/devtools.vue.cjs

26

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

@@ -18,17 +18,17 @@ "author": "tannerlinsley",

"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"./production": {
"types": "./dist/production.d.ts",
"default": "./dist/production.js"
"types": "./dist/esm/production.d.ts",
"default": "./dist/esm/production.js"
},
"./dist/production.js": {
"types": "./dist/production.d.ts",
"default": "./dist/production.js"
"types": "./dist/esm/production.d.ts",
"default": "./dist/esm/production.js"
},

@@ -50,7 +50,7 @@ "./package.json": "./package.json"

"vue-tsc": "^1.8.26",
"@tanstack/vue-query": "5.17.10"
"@tanstack/vue-query": "5.17.11"
},
"peerDependencies": {
"vue": "^3.3.0",
"@tanstack/vue-query": "^5.17.10"
"@tanstack/vue-query": "^5.17.11"
},

@@ -62,4 +62,4 @@ "scripts": {

"test:build": "publint --strict",
"build": "vite build && vue-tsc"
"build": "vite build"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc