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

@tanstack/solid-query

Package Overview
Dependencies
Maintainers
2
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.30.4 to 5.30.5

1

build/dev.js

@@ -280,2 +280,3 @@ import { QueryClient as QueryClient$1, MutationObserver, replaceEqualDeep, QueriesObserver, hydrate, QueryObserver, InfiniteQueryObserver, notifyManager } from '@tanstack/query-core';

setStateWithReconciliation(obs.getOptimisticResult(opts));
refetch();
},

@@ -282,0 +283,0 @@ { defer: true }

@@ -271,2 +271,3 @@ import { QueryClient as QueryClient$1, MutationObserver, replaceEqualDeep, QueriesObserver, hydrate, QueryObserver, InfiniteQueryObserver, notifyManager } from '@tanstack/query-core';

setStateWithReconciliation(obs.getOptimisticResult(opts));
refetch();
},

@@ -273,0 +274,0 @@ { defer: true }

2

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

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

@@ -358,2 +358,3 @@ // Had to disable the lint rule because isServer type is defined as false

setStateWithReconciliation(obs.getOptimisticResult(opts))
refetch()
},

@@ -360,0 +361,0 @@ { defer: true },

Sorry, the diff of this file is not supported yet

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