@tanstack/query-core
Advanced tools
@@ -354,3 +354,4 @@ import type { MutationState } from './mutation'; | ||
| } | ||
| export declare type InfiniteQueryObserverResult<TData = unknown, TError = unknown> = InfiniteQueryObserverLoadingErrorResult<TData, TError> | InfiniteQueryObserverLoadingResult<TData, TError> | InfiniteQueryObserverRefetchErrorResult<TData, TError> | InfiniteQueryObserverSuccessResult<TData, TError>; | ||
| export declare type DefinedInfiniteQueryObserverResult<TData = unknown, TError = unknown> = InfiniteQueryObserverRefetchErrorResult<TData, TError> | InfiniteQueryObserverSuccessResult<TData, TError>; | ||
| export declare type InfiniteQueryObserverResult<TData = unknown, TError = unknown> = DefinedInfiniteQueryObserverResult<TData, TError> | InfiniteQueryObserverLoadingErrorResult<TData, TError> | InfiniteQueryObserverLoadingResult<TData, TError>; | ||
| export declare type MutationKey = readonly unknown[]; | ||
@@ -357,0 +358,0 @@ export declare type MutationStatus = 'idle' | 'loading' | 'success' | 'error'; |
+1
-1
| { | ||
| "name": "@tanstack/query-core", | ||
| "version": "4.40.0", | ||
| "version": "4.41.0", | ||
| "description": "The framework agnostic core that powers TanStack Query", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
+8
-2
@@ -571,7 +571,13 @@ /* istanbul ignore file */ | ||
| export type DefinedInfiniteQueryObserverResult< | ||
| TData = unknown, | ||
| TError = unknown, | ||
| > = | ||
| | InfiniteQueryObserverRefetchErrorResult<TData, TError> | ||
| | InfiniteQueryObserverSuccessResult<TData, TError> | ||
| export type InfiniteQueryObserverResult<TData = unknown, TError = unknown> = | ||
| | DefinedInfiniteQueryObserverResult<TData, TError> | ||
| | InfiniteQueryObserverLoadingErrorResult<TData, TError> | ||
| | InfiniteQueryObserverLoadingResult<TData, TError> | ||
| | InfiniteQueryObserverRefetchErrorResult<TData, TError> | ||
| | InfiniteQueryObserverSuccessResult<TData, TError> | ||
@@ -578,0 +584,0 @@ export type MutationKey = readonly unknown[] |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2270124
0.01%23892
0.02%