New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gqty

Package Overview
Dependencies
Maintainers
0
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 3.3.0-canary-20250203083638.87cc9b087d8c9a520bd491759a990637c7b38267 to 3.3.0-canary-20250203085750.11c19264d6c45a04367c9c9d88602d8335a6fd95

4

Client/context.d.ts

@@ -19,2 +19,6 @@ import { Cache, type CacheGetOptions } from '../Cache';

hasCacheHit: boolean;
/**
* Useful for identifying SWR fetches where
* `shouldFetch` is true and `hasCacheHit` is false.
*/
hasCacheMiss: boolean;

@@ -21,0 +25,0 @@ };

@@ -41,2 +41,3 @@ 'use strict';

}
this.hasCacheMiss || (this.hasCacheMiss = (cacheNode == null ? void 0 : cacheNode.data) === void 0);
selectSubscriptions.forEach((fn) => fn(selection, cacheNode));

@@ -43,0 +44,0 @@ },

2

package.json
{
"name": "gqty",
"version": "3.3.0-canary-20250203083638.87cc9b087d8c9a520bd491759a990637c7b38267",
"version": "3.3.0-canary-20250203085750.11c19264d6c45a04367c9c9d88602d8335a6fd95",
"description": "The No-GraphQL Client for TypeScript",

@@ -5,0 +5,0 @@ "sideEffects": 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