Socket
Socket
Sign inDemoInstall

@tanstack/react-query

Package Overview
Dependencies
Maintainers
2
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query - npm Package Compare versions

Comparing version 5.49.2 to 5.50.1

16

build/query-codemods/package.json

@@ -7,3 +7,7 @@ {

"license": "MIT",
"repository": "tanstack/query",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/query-codemods"
},
"homepage": "https://tanstack.com/query",

@@ -14,2 +18,7 @@ "funding": {

},
"scripts": {
"test:eslint": "eslint ./src",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch"
},
"type": "module",

@@ -20,7 +29,2 @@ "exports": {

"sideEffects": false,
"scripts": {
"test:eslint": "eslint ./src",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch"
},
"files": [

@@ -27,0 +31,0 @@ "src",

{
"name": "@tanstack/react-query",
"version": "5.49.2",
"version": "5.50.1",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",

@@ -44,3 +44,3 @@ "author": "tannerlinsley",

"dependencies": {
"@tanstack/query-core": "5.49.1"
"@tanstack/query-core": "5.50.1"
},

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

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