@tanstack/solid-query
Advanced tools
+1
-1
@@ -110,3 +110,3 @@ 'use strict'; | ||
| const unwrappedResult = hydratableObserverResult(query, result); | ||
| if (unwrappedResult.isError) { | ||
| if (result.data !== void 0 && unwrappedResult.isError) { | ||
| reject(unwrappedResult.error); | ||
@@ -113,0 +113,0 @@ unsubscribeIfQueued(); |
+1
-1
@@ -109,3 +109,3 @@ import { MutationObserver, shouldThrowError, QueriesObserver, noop, QueryClient as QueryClient$1, replaceEqualDeep, hydrate, notifyManager, QueryObserver, InfiniteQueryObserver } from '@tanstack/query-core'; | ||
| const unwrappedResult = hydratableObserverResult(query, result); | ||
| if (unwrappedResult.isError) { | ||
| if (result.data !== void 0 && unwrappedResult.isError) { | ||
| reject(unwrappedResult.error); | ||
@@ -112,0 +112,0 @@ unsubscribeIfQueued(); |
+1
-1
@@ -101,3 +101,3 @@ 'use strict'; | ||
| const unwrappedResult = hydratableObserverResult(query, result); | ||
| if (unwrappedResult.isError) { | ||
| if (result.data !== void 0 && unwrappedResult.isError) { | ||
| reject(unwrappedResult.error); | ||
@@ -104,0 +104,0 @@ unsubscribeIfQueued(); |
+1
-1
@@ -100,3 +100,3 @@ import { MutationObserver, shouldThrowError, QueriesObserver, noop, QueryClient as QueryClient$1, replaceEqualDeep, hydrate, notifyManager, QueryObserver, InfiniteQueryObserver } from '@tanstack/query-core'; | ||
| const unwrappedResult = hydratableObserverResult(query, result); | ||
| if (unwrappedResult.isError) { | ||
| if (result.data !== void 0 && unwrappedResult.isError) { | ||
| reject(unwrappedResult.error); | ||
@@ -103,0 +103,0 @@ unsubscribeIfQueued(); |
+1
-1
| { | ||
| "name": "@tanstack/solid-query", | ||
| "version": "5.90.8", | ||
| "version": "5.90.9", | ||
| "description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid", | ||
@@ -5,0 +5,0 @@ "author": "tannerlinsley", |
@@ -162,3 +162,3 @@ // Had to disable the lint rule because isServer type is defined as false | ||
| if (unwrappedResult.isError) { | ||
| if (result.data !== undefined && unwrappedResult.isError) { | ||
| reject(unwrappedResult.error) | ||
@@ -165,0 +165,0 @@ unsubscribeIfQueued() |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
162534
0.08%