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

@tanstack/query-sync-storage-persister

Package Overview
Dependencies
Maintainers
2
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/query-sync-storage-persister - npm Package Compare versions

Comparing version

to
4.39.0

13

package.json
{
"name": "@tanstack/query-sync-storage-persister",
"version": "4.36.1",
"version": "4.39.0",
"description": "A persister for synchronous storages, to be used with TanStack/Query",

@@ -35,12 +35,5 @@ "author": "tannerlinsley",

"dependencies": {
"@tanstack/query-persist-client-core": "4.36.1"
"@tanstack/query-persist-client-core": "4.39.0"
},
"scripts": {
"clean": "rimraf ./build",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "jest --config ./jest.config.ts",
"test:lib:dev": "pnpm run test:lib --watch",
"build:types": "tsc --build"
}
"scripts": {}
}