New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/query-persist-client-core

Package Overview
Dependencies
Maintainers
2
Versions
269
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.36.1 to 5.37.1

2

build/legacy/createPersister.d.ts

@@ -56,3 +56,3 @@ import { QueryKey, QueryState, QueryFilters, Query } from '@tanstack/query-core';

* Warning: experimental feature.
* This utility function enables fine-grained query persistance.
* This utility function enables fine-grained query persistence.
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`.

@@ -59,0 +59,0 @@ *

@@ -56,3 +56,3 @@ import { QueryKey, QueryState, QueryFilters, Query } from '@tanstack/query-core';

* Warning: experimental feature.
* This utility function enables fine-grained query persistance.
* This utility function enables fine-grained query persistence.
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`.

@@ -59,0 +59,0 @@ *

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

@@ -42,12 +42,3 @@ "author": "tannerlinsley",

},
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
"test:attw": "attw --pack",
"build": "tsup"
}
"scripts": {}
}

@@ -68,3 +68,3 @@ import { matchQuery } from '@tanstack/query-core'

* Warning: experimental feature.
* This utility function enables fine-grained query persistance.
* This utility function enables fine-grained query persistence.
* Simple add it as a `persister` parameter to `useQuery` or `defaultOptions` on `queryClient`.

@@ -71,0 +71,0 @@ *

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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