Socket
Socket
Sign inDemoInstall

@tanstack/vue-query

Package Overview
Dependencies
Maintainers
2
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 5.51.15 to 5.51.16

10

package.json
{
"name": "@tanstack/vue-query",
"version": "5.51.15",
"version": "5.51.16",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",

@@ -50,8 +50,8 @@ "author": "Damian Osipiuk",

"@tanstack/match-sorter-utils": "^8.15.1",
"@vue/devtools-api": "^6.5.1",
"vue-demi": "^0.14.7",
"@tanstack/query-core": "5.51.15"
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10",
"@tanstack/query-core": "5.51.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.1",
"@vue/composition-api": "1.7.2",

@@ -58,0 +58,0 @@ "eslint-plugin-vue": "^9.27.0",

@@ -31,7 +31,8 @@ import type { ComputedRef, Ref, UnwrapRef } from 'vue-demi'

export type Equal<TTargetA, TTargetB> = (<T>() => T extends TTargetA
? 1
: 2) extends <T>() => T extends TTargetB ? 1 : 2
? true
: false
export type Equal<TTargetA, TTargetB> =
(<T>() => T extends TTargetA ? 1 : 2) extends <T>() => T extends TTargetB
? 1
: 2
? true
: false

@@ -38,0 +39,0 @@ export type DeepUnwrapRef<T> = T extends UnwrapLeaf

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