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

@tanstack/solid-query

Package Overview
Dependencies
Maintainers
0
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/solid-query - npm Package Compare versions

Comparing version 5.53.1 to 5.53.2

4

package.json
{
"name": "@tanstack/solid-query",
"version": "5.53.1",
"version": "5.53.2",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",

@@ -47,3 +47,3 @@ "author": "tannerlinsley",

"dependencies": {
"@tanstack/query-core": "5.53.1"
"@tanstack/query-core": "5.53.2"
},

@@ -50,0 +50,0 @@ "devDependencies": {

@@ -1,2 +0,3 @@

import { type Accessor, createContext, useContext } from 'solid-js'
import { createContext, useContext } from 'solid-js'
import type { Accessor } from 'solid-js'

@@ -3,0 +4,0 @@ const IsRestoringContext = createContext<Accessor<boolean>>(() => false)

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