Socket
Socket
Sign inDemoInstall

@tanstack/query-core

Package Overview
Dependencies
Maintainers
2
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/query-core - npm Package Compare versions

Comparing version 5.0.0-alpha.6 to 5.0.0-alpha.7

2

build/lib/index.d.ts

@@ -18,3 +18,3 @@ export { CancelledError } from './retryer';

export type { Query, QueryState } from './query';
export type { Mutation } from './mutation';
export type { Mutation, MutationState } from './mutation';
export type { DehydrateOptions, DehydratedState, HydrateOptions, ShouldDehydrateMutationFunction, ShouldDehydrateQueryFunction, } from './hydration';
{
"name": "@tanstack/query-core",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "The framework agnostic core that powers TanStack Query",

@@ -5,0 +5,0 @@ "author": "tannerlinsley",

@@ -33,3 +33,3 @@ /* istanbul ignore file */

export type { Query, QueryState } from './query'
export type { Mutation } from './mutation'
export type { Mutation, MutationState } from './mutation'
export type {

@@ -36,0 +36,0 @@ DehydrateOptions,

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