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

@tanstack/query-persist-client-core

Package Overview
Dependencies
Maintainers
2
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/query-persist-client-core - npm Package Compare versions

Comparing version 5.24.5 to 5.24.6

4

package.json
{
"name": "@tanstack/query-persist-client-core",
"version": "5.24.5",
"version": "5.24.6",
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use",

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

"dependencies": {
"@tanstack/query-core": "5.24.5"
"@tanstack/query-core": "5.24.6"
},

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

@@ -210,3 +210,3 @@ import { describe, expect, test, vi } from 'vitest'

await persisterFn(queryFn, context, query)
query.state.dataUpdatedAt = 0
query.state.data = 'data0'
query.fetch = vi.fn()

@@ -213,0 +213,0 @@ expect(query.state.dataUpdatedAt).toEqual(0)

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