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.9.0 to 4.10.0

4

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

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

"dependencies": {
"@tanstack/query-core": "4.9.0",
"@tanstack/query-core": "4.10.0",
"@vue/devtools-api": "^6.4.2",

@@ -38,0 +38,0 @@ "match-sorter": "^6.3.1",

@@ -51,3 +51,3 @@ [![Vue Query logo](./media/vue-query.png)](https://github.com/TanStack/query/tree/main/packages/vue-query)

import { createApp } from "vue";
import { VueQueryPlugin } from "vue-query";
import { VueQueryPlugin } from "@tanstack/vue-query";

@@ -63,3 +63,3 @@ import App from "./App.vue";

import { defineComponent } from "vue";
import { useQuery } from "vue-query";
import { useQuery } from "@tanstack/vue-query";

@@ -66,0 +66,0 @@ export default defineComponent({

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