Socket
Socket
Sign inDemoInstall

@tanstack/react-query-devtools

Package Overview
Dependencies
Maintainers
2
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-query-devtools - npm Package Compare versions

Comparing version 5.36.2 to 5.37.1

22

package.json
{
"name": "@tanstack/react-query-devtools",
"version": "5.36.2",
"version": "5.37.1",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",

@@ -60,25 +60,15 @@ "author": "tannerlinsley",

"dependencies": {
"@tanstack/query-devtools": "5.32.1"
"@tanstack/query-devtools": "5.37.1"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react": "^18.2.79",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"@tanstack/react-query": "5.36.2"
"@tanstack/react-query": "5.37.1"
},
"peerDependencies": {
"react": "^18.0.0",
"@tanstack/react-query": "^5.36.2"
"@tanstack/react-query": "^5.37.1"
},
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict",
"test:attw": "attw --pack",
"build": "tsup",
"build:dev": "tsup --watch"
}
"scripts": {}
}
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