Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/react-query-persist-client

Package Overview
Dependencies
Maintainers
1
Versions
341
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 4.22.0 to 4.22.3

17

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

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

"react-dom-17": "npm:react-dom@^17.0.2",
"@tanstack/react-query": "4.22.0"
"@tanstack/react-query": "4.22.3"
},

@@ -44,10 +44,13 @@ "dependencies": {

"peerDependencies": {
"@tanstack/react-query": "4.22.0"
"@tanstack/react-query": "4.22.3"
},
"scripts": {
"clean": "rm -rf ./build",
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src",
"test:jest": "../../node_modules/.bin/jest --config ./jest.config.ts",
"test:dev": "pnpm run test:jest --watch"
"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",
"test:lib:publish": "pnpm run test:lib --collectCoverage false",
"build:types": "tsc --build"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc