🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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.81.4

28

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

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

"dependencies": {
"@tanstack/query-persist-client-core": "5.81.2"
"@tanstack/query-persist-client-core": "5.81.4"
},

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

"react": "^19.0.0",
"@tanstack/react-query": "5.81.2",
"@tanstack/react-query": "5.81.4",
"@tanstack/query-test-utils": "0.0.0"

@@ -58,5 +58,23 @@ },

"react": "^18 || ^19",
"@tanstack/react-query": "^5.81.2"
"@tanstack/react-query": "^5.81.4"
},
"scripts": {}
"scripts": {
"clean": "premove ./build ./coverage ./dist-ts",
"compile": "tsc --build",
"test:eslint": "eslint ./src",
"test:types": "npm-run-all --serial test:types:*",
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js --build tsconfig.legacy.json",
"test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js --build tsconfig.legacy.json",
"test:types:tscurrent": "tsc --build",
"test:lib": "vitest --retry=3",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict && attw --pack",
"build": "tsup --tsconfig tsconfig.prod.json"
}
}