Socket
Socket
Sign inDemoInstall

@tanstack/query-devtools

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/query-devtools - npm Package Compare versions

Comparing version 5.47.0 to 5.49.0

4

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

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

"vite-plugin-solid": "^2.10.2",
"@tanstack/query-core": "5.47.0"
"@tanstack/query-core": "5.49.0"
},
"scripts": {}
}

@@ -94,3 +94,3 @@ import { describe, expect, it } from 'vitest'

/* eslint-disable @cspell/spellchecker */
/* eslint-disable cspell/spellchecker */
const newData = updateNestedDataByPath(oldData, ['fr'], 'salut')

@@ -118,3 +118,3 @@

it('should update data correctly', async () => {
/* eslint-disable @cspell/spellchecker */
/* eslint-disable cspell/spellchecker */
const oldData = new Map([

@@ -478,3 +478,3 @@ [

it('should delete nested items correctly', async () => {
/* eslint-disable @cspell/spellchecker */
/* eslint-disable cspell/spellchecker */
const oldData = new Map([

@@ -481,0 +481,0 @@ [

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