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.0.0-alpha.43 to 5.0.0-alpha.44

12

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

@@ -34,6 +34,6 @@ "author": "Damian Osipiuk",

"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43",
"@tanstack/match-sorter-utils": "^8.8.4",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "^0.13.11",
"@tanstack/query-core": "5.0.0-alpha.43"
"vue-demi": "^0.13.11"
},

@@ -56,5 +56,5 @@ "devDependencies": {

"scripts": {
"clean": "rimraf ./build",
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:types": "pnpm build:types",
"test:lib": "pnpm run test:2 && pnpm run test:2.7 && pnpm run test:3",

@@ -67,4 +67,4 @@ "test:2": "vue-demi-switch 2 vue2 && vitest",

"build:rollup": "rollup --config rollup.config.mjs",
"build:types": "tsc --build"
"build:types": "tsc --emitDeclarationOnly"
}
}
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