Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tanstack/react-query

Package Overview
Dependencies
Maintainers
6
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query - npm Package Compare versions

Comparing version
5.95.1
to
5.95.2
+0
-28
build/legacy/_tsup-dts-rollup.d.cts

@@ -93,3 +93,2 @@ import { AnyDataTag } from '@tanstack/query-core';

import { onlineManager } from '@tanstack/query-core';
import { Options } from 'tsup';
import { Override } from '@tanstack/query-core';

@@ -146,3 +145,2 @@ import { partialMatchKey } from '@tanstack/query-core';

import { Updater } from '@tanstack/query-core';
import { UserConfig } from 'vite';
import { WithRequired } from '@tanstack/query-core';

@@ -186,10 +184,2 @@

export declare const default_alias: any[];
export declare const default_alias_1: any[];
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
export declare const default_alias_3: UserConfig;
export { DefaultedInfiniteQueryObserverOptions }

@@ -439,11 +429,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function legacyConfig(opts: {
entry: string[];
}): Options;
export { ManagedTimerId }

@@ -459,11 +440,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function modernConfig(opts: {
entry: string[];
}): Options;
export { MutateFunction }

@@ -470,0 +442,0 @@

@@ -93,3 +93,2 @@ import { AnyDataTag } from '@tanstack/query-core';

import { onlineManager } from '@tanstack/query-core';
import { Options } from 'tsup';
import { Override } from '@tanstack/query-core';

@@ -146,3 +145,2 @@ import { partialMatchKey } from '@tanstack/query-core';

import { Updater } from '@tanstack/query-core';
import { UserConfig } from 'vite';
import { WithRequired } from '@tanstack/query-core';

@@ -186,10 +184,2 @@

export declare const default_alias: any[];
export declare const default_alias_1: any[];
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
export declare const default_alias_3: UserConfig;
export { DefaultedInfiniteQueryObserverOptions }

@@ -439,11 +429,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function legacyConfig(opts: {
entry: string[];
}): Options;
export { ManagedTimerId }

@@ -459,11 +440,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function modernConfig(opts: {
entry: string[];
}): Options;
export { MutateFunction }

@@ -470,0 +442,0 @@

@@ -93,3 +93,2 @@ import { AnyDataTag } from '@tanstack/query-core';

import { onlineManager } from '@tanstack/query-core';
import { Options } from 'tsup';
import { Override } from '@tanstack/query-core';

@@ -146,3 +145,2 @@ import { partialMatchKey } from '@tanstack/query-core';

import { Updater } from '@tanstack/query-core';
import { UserConfig } from 'vite';
import { WithRequired } from '@tanstack/query-core';

@@ -186,10 +184,2 @@

export declare const default_alias: any[];
export declare const default_alias_1: any[];
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
export declare const default_alias_3: UserConfig;
export { DefaultedInfiniteQueryObserverOptions }

@@ -439,11 +429,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function legacyConfig(opts: {
entry: string[];
}): Options;
export { ManagedTimerId }

@@ -459,11 +440,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function modernConfig(opts: {
entry: string[];
}): Options;
export { MutateFunction }

@@ -470,0 +442,0 @@

@@ -93,3 +93,2 @@ import { AnyDataTag } from '@tanstack/query-core';

import { onlineManager } from '@tanstack/query-core';
import { Options } from 'tsup';
import { Override } from '@tanstack/query-core';

@@ -146,3 +145,2 @@ import { partialMatchKey } from '@tanstack/query-core';

import { Updater } from '@tanstack/query-core';
import { UserConfig } from 'vite';
import { WithRequired } from '@tanstack/query-core';

@@ -186,10 +184,2 @@

export declare const default_alias: any[];
export declare const default_alias_1: any[];
export declare const default_alias_2: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
export declare const default_alias_3: UserConfig;
export { DefaultedInfiniteQueryObserverOptions }

@@ -439,11 +429,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function legacyConfig(opts: {
entry: string[];
}): Options;
export { ManagedTimerId }

@@ -459,11 +440,2 @@

/**
* @param {Object} opts - Options for building configurations.
* @param {string[]} opts.entry - The entry array.
* @returns {import('tsup').Options}
*/
export declare function modernConfig(opts: {
entry: string[];
}): Options;
export { MutateFunction }

@@ -470,0 +442,0 @@

+3
-3
{
"name": "@tanstack/react-query",
"version": "5.95.1",
"version": "5.95.2",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",

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

"dependencies": {
"@tanstack/query-core": "5.95.1"
"@tanstack/query-core": "5.95.2"
},

@@ -61,3 +61,3 @@ "devDependencies": {

"react-error-boundary": "^4.1.2",
"@tanstack/query-persist-client-core": "5.95.1",
"@tanstack/query-persist-client-core": "5.95.2",
"@tanstack/query-test-utils": "0.0.0"

@@ -64,0 +64,0 @@ },