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
0
Versions
164
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.53.1 to 5.53.2

6

dist/esm/devtools.vue.d.ts
import { DevtoolsOptions } from './types.js';
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<DevtoolsOptions>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<DevtoolsOptions>>>, {}, {}>;
export default _default;
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DevtoolsOptions>>>, {}, {}>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToRuntimeProps<T> = {
type __VLS_TypePropsToOption<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {

@@ -8,0 +8,0 @@ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;

import { DefineComponent } from 'vue';
import { DevtoolsOptions } from './types.js';
export declare const VueQueryDevtools: DefineComponent<DevtoolsOptions, {}, unknown>;
import { default as devtools } from './devtools.vue';
export default devtools;
import { DevtoolsButtonPosition, DevtoolsErrorType, DevtoolsPosition } from '@tanstack/query-devtools';
import { QueryClient } from '@tanstack/vue-query';
export interface DevtoolsOptions {

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

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

@@ -50,9 +50,9 @@ "author": "tannerlinsley",

"vue-tsc": "^2.0.26",
"@tanstack/vue-query": "5.53.1"
"@tanstack/vue-query": "5.53.2"
},
"peerDependencies": {
"vue": "^3.3.0",
"@tanstack/vue-query": "^5.53.1"
"@tanstack/vue-query": "^5.53.2"
},
"scripts": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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