New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/react-query

Package Overview
Dependencies
Maintainers
2
Versions
369
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.64.2 to 5.65.0

build/query-codemods/root.eslint.config.js

2

build/query-codemods/eslint.config.js
// @ts-check
import rootConfig from '../../eslint.config.js'
import rootConfig from './root.eslint.config.js'

@@ -5,0 +5,0 @@ export default [

@@ -18,2 +18,3 @@ {

"scripts": {
"clean": "premove ./coverage ./dist-ts",
"test:eslint": "eslint ./src",

@@ -20,0 +21,0 @@ "test:lib": "vitest",

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist-ts",
"rootDir": ".",
"baseUrl": ".",
"moduleResolution": "Bundler"
},
"include": ["src", "eslint.config.js", "vite.config.ts"]
"include": ["src", "*.config.js", "*.config.ts", "package.json"]
}
import { defineConfig } from 'vitest/config'
import tsconfigPaths from 'vite-tsconfig-paths'
import { dynamicAliases } from './root.vite.config'
import packageJson from './package.json'
export default defineConfig({
plugins: [tsconfigPaths({ ignoreConfigErrors: true })],
resolve: {
alias: dynamicAliases,
},
test: {

@@ -6,0 +13,0 @@ name: packageJson.name,

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

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

"dependencies": {
"@tanstack/query-core": "5.64.2"
"@tanstack/query-core": "5.65.0"
},

@@ -56,6 +56,7 @@ "devDependencies": {

"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"npm-run-all": "^4.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"@tanstack/query-persist-client-core": "5.64.2"
"@tanstack/query-persist-client-core": "5.65.0"
},

@@ -62,0 +63,0 @@ "peerDependencies": {

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