Socket
Socket
Sign inDemoInstall

@tanstack/query-core

Package Overview
Dependencies
Maintainers
1
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 4.2.1 to 4.3.0-beta.0

build/lib/focusManager.d.ts

24

package.json
{
"name": "@tanstack/query-core",
"version": "4.2.1",
"version": "4.3.0-beta.0",
"description": "TODO",

@@ -13,14 +13,22 @@ "author": "tannerlinsley",

},
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.js",
"types": "build/types/packages/query-core/src/index.d.ts",
"types": "build/lib/index.d.ts",
"module": "build/lib/index.mjs",
"main": "build/lib/index.js",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"default": "./build/lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"build/*",
"build/lib/*",
"build/umd/*",
"src"
],
"scripts": {
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src",
"compile": "../../node_modules/.bin/tsc -p tsconfig.json --noEmit --emitDeclarationOnly false"
"clean": "rm -rf ./build",
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
}
}

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

} from './utils'
export type { MutationFilters, QueryFilters } from './utils'
export type { MutationFilters, QueryFilters, Updater } from './utils'
export { isCancelledError } from './retryer'

@@ -27,3 +27,3 @@ export { dehydrate, hydrate } from './hydration'

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

@@ -30,0 +30,0 @@ export type { Logger } from './logger'

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