You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tanstack/react-query-persist-client

Package Overview
Dependencies
Maintainers
2
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query-persist-client - npm Package Compare versions

Comparing version

to
5.79.1

4

build/legacy/PersistQueryClientProvider.d.ts

@@ -7,4 +7,4 @@ import { PersistQueryClientOptions } from '@tanstack/query-persist-client-core';

persistOptions: OmitKeyof<PersistQueryClientOptions, 'queryClient'>;
onSuccess?: () => Promise<unknown> | unknown;
onError?: () => Promise<unknown> | unknown;
onSuccess?: () => Promise<void> | void;
onError?: () => Promise<void> | void;
};

@@ -11,0 +11,0 @@ declare const PersistQueryClientProvider: ({ children, persistOptions, onSuccess, onError, ...props }: PersistQueryClientProviderProps) => React.JSX.Element;

@@ -7,4 +7,4 @@ import { PersistQueryClientOptions } from '@tanstack/query-persist-client-core';

persistOptions: OmitKeyof<PersistQueryClientOptions, 'queryClient'>;
onSuccess?: () => Promise<unknown> | unknown;
onError?: () => Promise<unknown> | unknown;
onSuccess?: () => Promise<void> | void;
onError?: () => Promise<void> | void;
};

@@ -11,0 +11,0 @@ declare const PersistQueryClientProvider: ({ children, persistOptions, onSuccess, onError, ...props }: PersistQueryClientProviderProps) => React.JSX.Element;

{
"name": "@tanstack/react-query-persist-client",
"version": "5.79.0",
"version": "5.79.1",
"description": "React bindings to work with persisters in TanStack/react-query",

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

"dependencies": {
"@tanstack/query-persist-client-core": "5.79.0"
"@tanstack/query-persist-client-core": "5.79.1"
},

@@ -53,9 +53,9 @@ "devDependencies": {

"@tanstack/query-test-utils": "0.0.0",
"@tanstack/react-query": "5.79.0"
"@tanstack/react-query": "5.79.1"
},
"peerDependencies": {
"react": "^18 || ^19",
"@tanstack/react-query": "^5.79.0"
"@tanstack/react-query": "^5.79.1"
},
"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

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