Socket
Socket
Sign inDemoInstall

@tanstack/vue-query

Package Overview
Dependencies
Maintainers
1
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/vue-query - npm Package Compare versions

Comparing version 4.13.2 to 4.13.3

2

build/lib/types.d.ts

@@ -5,3 +5,3 @@ import type { QueryKey, QueryObserverOptions, InfiniteQueryObserverOptions } from '@tanstack/query-core';

export declare type MaybeRef<T> = Ref<T> | T;
export declare type MaybeRefDeep<T> = MaybeRef<T extends object ? {
export declare type MaybeRefDeep<T> = MaybeRef<T extends Function ? T : T extends object ? {
[Property in keyof T]: MaybeRefDeep<T[Property]>;

@@ -8,0 +8,0 @@ } : T>;

{
"name": "@tanstack/vue-query",
"version": "4.13.2",
"version": "4.13.3",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",

@@ -5,0 +5,0 @@ "author": "Damian Osipiuk",

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