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.21.0 to 4.22.0

2

build/umd/index.development.js

@@ -51,7 +51,5 @@ (function (global, factory) {

}
function defaultShouldDehydrateQuery(query) {
return query.state.status === 'success';
}
function dehydrate(client, options = {}) {

@@ -58,0 +56,0 @@ const mutations = [];

8

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

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

"react-dom-17": "npm:react-dom@^17.0.2",
"@tanstack/react-query": "4.21.0"
"@tanstack/react-query": "4.22.0"
},
"dependencies": {
"@tanstack/query-persist-client-core": "4.21.0"
"@tanstack/query-persist-client-core": "4.22.0"
},
"peerDependencies": {
"@tanstack/react-query": "4.21.0"
"@tanstack/react-query": "4.22.0"
},

@@ -46,0 +46,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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