Socket
Socket
Sign inDemoInstall

@tanstack/react-query

Package Overview
Dependencies
Maintainers
2
Versions
323
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.52.2 to 5.52.3

2

build/legacy/useSuspenseQueries.d.ts

@@ -0,3 +1,3 @@

import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js';
import { DefaultError, QueryClient, QueryFunction, ThrowOnError } from '@tanstack/query-core';
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js';

@@ -4,0 +4,0 @@ type MAXIMUM_DEPTH = 20;

"use client";
// src/useSuspenseQueries.ts
import {
skipToken
} from "@tanstack/query-core";
import { skipToken } from "@tanstack/query-core";
import { useQueries } from "./useQueries.js";

@@ -8,0 +6,0 @@ import { defaultThrowOnError } from "./suspense.js";

@@ -0,3 +1,3 @@

import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js';
import { DefaultError, QueryClient, QueryFunction, ThrowOnError } from '@tanstack/query-core';
import { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types.js';

@@ -4,0 +4,0 @@ type MAXIMUM_DEPTH = 20;

"use client";
// src/useSuspenseQueries.ts
import {
skipToken
} from "@tanstack/query-core";
import { skipToken } from "@tanstack/query-core";
import { useQueries } from "./useQueries.js";

@@ -8,0 +6,0 @@ import { defaultThrowOnError } from "./suspense.js";

@@ -35,4 +35,4 @@ {

"@types/jscodeshift": "0.11.11",
"jscodeshift": "0.16.1"
"jscodeshift": "17.0.0"
}
}
{
"name": "@tanstack/react-query",
"version": "5.52.2",
"version": "5.52.3",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in React",

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

"dependencies": {
"@tanstack/query-core": "5.52.2"
"@tanstack/query-core": "5.52.3"
},

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

'use client'
import {
type DefaultError,
type QueryClient,
type QueryFunction,
type ThrowOnError,
skipToken,
} from '@tanstack/query-core'
import { skipToken } from '@tanstack/query-core'
import { useQueries } from './useQueries'
import { defaultThrowOnError } from './suspense'
import type { UseSuspenseQueryOptions, UseSuspenseQueryResult } from './types'
import type {
DefaultError,
QueryClient,
QueryFunction,
ThrowOnError,
} from '@tanstack/query-core'

@@ -13,0 +13,0 @@ // Avoid TS depth-limit error in case of large array literal

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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