Socket
Socket
Sign inDemoInstall

@tanstack/query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/query-devtools - npm Package Compare versions

Comparing version 5.51.16 to 5.52.3

8

build/index.d.ts

@@ -7,3 +7,3 @@ import { Query, QueryClient, onlineManager } from '@tanstack/query-core';

type DevtoolsButtonPosition = `${YPosition}-${XPosition}` | 'relative';
interface DevToolsErrorType {
interface DevtoolsErrorType {
/**

@@ -26,3 +26,3 @@ * The name of the error.

initialIsOpen?: boolean;
errorTypes?: Array<DevToolsErrorType>;
errorTypes?: Array<DevtoolsErrorType>;
shadowDOMTarget?: ShadowRoot;

@@ -41,3 +41,3 @@ }

setInitialIsOpen(isOpen: boolean): void;
setErrorTypes(errorTypes: Array<DevToolsErrorType>): void;
setErrorTypes(errorTypes: Array<DevtoolsErrorType>): void;
setClient(client: QueryClient): void;

@@ -48,2 +48,2 @@ mount<T extends HTMLElement>(el: T): void;

export { type DevToolsErrorType, type DevtoolsButtonPosition, type DevtoolsPosition, TanstackQueryDevtools, type TanstackQueryDevtoolsConfig };
export { type DevtoolsButtonPosition, type DevtoolsErrorType, type DevtoolsPosition, TanstackQueryDevtools, type TanstackQueryDevtoolsConfig };
{
"name": "@tanstack/query-devtools",
"version": "5.51.16",
"version": "5.52.3",
"description": "Developer tools to interact with and visualize the TanStack Query cache",

@@ -57,5 +57,5 @@ "author": "tannerlinsley",

"vite-plugin-solid": "^2.10.2",
"@tanstack/query-core": "5.51.16"
"@tanstack/query-core": "5.52.3"
},
"scripts": {}
}

@@ -10,3 +10,3 @@ import { createContext, useContext } from 'solid-js'

export interface DevToolsErrorType {
export interface DevtoolsErrorType {
/**

@@ -31,3 +31,3 @@ * The name of the error.

initialIsOpen?: boolean
errorTypes?: Array<DevToolsErrorType>
errorTypes?: Array<DevtoolsErrorType>
shadowDOMTarget?: ShadowRoot

@@ -34,0 +34,0 @@ }

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