Socket
Socket
Sign inDemoInstall

@tanstack/vue-query

Package Overview
Dependencies
Maintainers
0
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.45.0 to 5.47.0

4

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

@@ -52,3 +52,3 @@ "author": "Damian Osipiuk",

"vue-demi": "^0.14.7",
"@tanstack/query-core": "5.45.0"
"@tanstack/query-core": "5.47.0"
},

@@ -55,0 +55,0 @@ "devDependencies": {

@@ -31,3 +31,3 @@ import { describe, expectTypeOf, it } from 'vitest'

it('should only allow Arrays to be passed', () => {
const queryKey = 'key' as const
const queryKey = 'key'
const queryClient = new QueryClient()

@@ -34,0 +34,0 @@ // @ts-expect-error TS2345: Argument of type 'string' is not assignable to parameter of type 'QueryKey'

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