🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@tanstack/react-query-persist-client

Package Overview
Dependencies
Maintainers
2
Versions
412
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.72.0

9

package.json
{
"name": "@tanstack/react-query-persist-client",
"version": "5.71.10",
"version": "5.72.0",
"description": "React bindings to work with persisters in TanStack/react-query",

@@ -25,2 +25,3 @@ "author": "tannerlinsley",

"import": {
"@tanstack/custom-condition": "./src/index.ts",
"types": "./build/modern/index.d.ts",

@@ -43,3 +44,3 @@ "default": "./build/modern/index.js"

"dependencies": {
"@tanstack/query-persist-client-core": "5.71.10"
"@tanstack/query-persist-client-core": "5.72.0"
},

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

"react": "^19.0.0",
"@tanstack/react-query": "5.71.10"
"@tanstack/react-query": "5.72.0"
},
"peerDependencies": {
"react": "^18 || ^19",
"@tanstack/react-query": "^5.71.10"
"@tanstack/react-query": "^5.72.0"
},
"scripts": {}
}