🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@tanstack/vue-query-devtools

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.74.7

@@ -1,3 +0,3 @@

import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition } from '../../query-devtools/src';
import { QueryClient } from '../../vue-query/src';
import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition } from '@tanstack/query-devtools';
import { QueryClient } from '@tanstack/vue-query';
export interface DevtoolsOptions {

@@ -4,0 +4,0 @@ /**

{
"name": "@tanstack/vue-query-devtools",
"version": "5.74.6",
"version": "5.74.7",
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",

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

".": {
"@tanstack/custom-condition": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -28,2 +29,3 @@ "default": "./dist/esm/index.js"

"./production": {
"@tanstack/custom-condition": "./src/production.ts",
"types": "./dist/esm/production.d.ts",

@@ -45,3 +47,3 @@ "default": "./dist/esm/production.js"

"dependencies": {
"@tanstack/query-devtools": "5.74.6"
"@tanstack/query-devtools": "5.74.7"
},

@@ -55,9 +57,9 @@ "devDependencies": {

"vue-tsc": "^2.2.8",
"@tanstack/vue-query": "5.74.6"
"@tanstack/vue-query": "5.74.7"
},
"peerDependencies": {
"vue": "^3.3.0",
"@tanstack/vue-query": "^5.74.6"
"@tanstack/vue-query": "^5.74.7"
},
"scripts": {}
}

Sorry, the diff of this file is not supported yet