Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tanstack/query-core

Package Overview
Dependencies
Maintainers
2
Versions
286
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.38 to 5.0.0-alpha.42

1

build/lib/queryCache.esm.js

@@ -7,2 +7,3 @@ import { classPrivateFieldLooseBase as _classPrivateFieldLooseBase, classPrivateFieldLooseKey as _classPrivateFieldLooseKey } from './_virtual/_rollupPluginBabelHelpers.esm.js';

// TYPES
var _queries = /*#__PURE__*/_classPrivateFieldLooseKey("queries");

@@ -9,0 +10,0 @@ // CLASS

@@ -9,2 +9,3 @@ 'use strict';

// TYPES
var _queries = /*#__PURE__*/_rollupPluginBabelHelpers.classPrivateFieldLooseKey("queries");

@@ -11,0 +12,0 @@ // CLASS

5

build/lib/queryObserver.esm.js

@@ -33,5 +33,2 @@ import { classPrivateFieldLooseBase as _classPrivateFieldLooseBase, classPrivateFieldLooseKey as _classPrivateFieldLooseKey } from './_virtual/_rollupPluginBabelHelpers.esm.js';

class QueryObserver extends Subscribable {
// This property keeps track of the last query with defined data.
// It will be used to pass the previous data and query to the placeholder function between renders.
constructor(client, options) {

@@ -105,2 +102,4 @@ super();

});
// This property keeps track of the last query with defined data.
// It will be used to pass the previous data and query to the placeholder function between renders.
Object.defineProperty(this, _lastQueryWithDefinedData, {

@@ -107,0 +106,0 @@ writable: true,

@@ -35,5 +35,2 @@ 'use strict';

class QueryObserver extends subscribable.Subscribable {
// This property keeps track of the last query with defined data.
// It will be used to pass the previous data and query to the placeholder function between renders.
constructor(client, options) {

@@ -107,2 +104,4 @@ super();

});
// This property keeps track of the last query with defined data.
// It will be used to pass the previous data and query to the placeholder function between renders.
Object.defineProperty(this, _lastQueryWithDefinedData, {

@@ -109,0 +108,0 @@ writable: true,

@@ -5,2 +5,4 @@ import { focusManager } from './focusManager.esm.js';

// TYPES
function defaultRetryDelay(failureCount) {

@@ -7,0 +9,0 @@ return Math.min(1000 * 2 ** failureCount, 30000);

@@ -7,2 +7,4 @@ 'use strict';

// TYPES
function defaultRetryDelay(failureCount) {

@@ -9,0 +11,0 @@ return Math.min(1000 * 2 ** failureCount, 30000);

{
"name": "@tanstack/query-core",
"version": "5.0.0-alpha.38",
"version": "5.0.0-alpha.42",
"description": "The framework agnostic core that powers TanStack Query",

@@ -36,4 +36,6 @@ "author": "tannerlinsley",

"test:lib:dev": "pnpm run test:lib --watch",
"build": "pnpm build:rollup && pnpm build:types",
"build:rollup": "rollup --config rollup.config.mjs",
"build:types": "tsc --build"
}
}

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

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

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

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

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

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

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

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

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

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 too big to display

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