@tanstack/react-query-devtools
Advanced tools
+7
-4
| { | ||
| "name": "@tanstack/react-query-devtools", | ||
| "version": "5.71.10", | ||
| "version": "5.72.0", | ||
| "description": "Developer tools to interact with and visualize the TanStack/react-query cache", | ||
@@ -24,2 +24,3 @@ "author": "tannerlinsley", | ||
| "import": { | ||
| "@tanstack/custom-condition": "./src/index.ts", | ||
| "types": "./build/modern/index.d.ts", | ||
@@ -35,2 +36,3 @@ "default": "./build/modern/index.js" | ||
| "import": { | ||
| "@tanstack/custom-condition": "./src/production.ts", | ||
| "types": "./build/modern/production.d.ts", | ||
@@ -46,2 +48,3 @@ "default": "./build/modern/production.js" | ||
| "import": { | ||
| "@tanstack/custom-condition": "./src/production.ts", | ||
| "types": "./build/modern/production.d.ts", | ||
@@ -64,3 +67,3 @@ "default": "./build/modern/production.js" | ||
| "dependencies": { | ||
| "@tanstack/query-devtools": "5.71.5" | ||
| "@tanstack/query-devtools": "5.72.0" | ||
| }, | ||
@@ -73,9 +76,9 @@ "devDependencies": { | ||
| "react": "^19.0.0", | ||
| "@tanstack/react-query": "5.71.10" | ||
| "@tanstack/react-query": "5.72.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^18 || ^19", | ||
| "@tanstack/react-query": "^5.71.10" | ||
| "@tanstack/react-query": "^5.72.0" | ||
| }, | ||
| "scripts": {} | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
95734
0.18%+ Added
- Removed