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

gqty

Package Overview
Dependencies
Maintainers
1
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.0.0-canary-20240327112154.41b44e512f6e15ec145801fa3fdc234a6131b6e1 to 3.0.0-canary-20240411060715.dfbcbf11ce896dc6289949296d1591f7de52efad

2

Cache/index.d.ts

@@ -37,3 +37,3 @@ import { type GeneratedSchemaObject } from '../Schema';

/**
* Remove internal data reference, allowing WeakRefs to be garbase collected.
* Remove internal data reference, allowing WeakRefs to be garbage collected.
*

@@ -40,0 +40,0 @@ * For StrongRefs, calling this function has no effect.

@@ -13,4 +13,4 @@ import type { ExecutionResult } from 'graphql';

*/
export declare const dedupePromise: <TData = Record<string, unknown>, TExtensions = Record<string, unknown>>(cache: Cache | undefined, hash: string, fetchOrSubscribe: () => Promise<void | ExecutionResult<TData, TExtensions>>) => Promise<ExecutionResult<TData, TExtensions>>;
export declare const dedupePromise: <TData = Record<string, unknown>, TExtensions = Record<string, unknown>>(cache: Cache | undefined, hash: string, fetchOrSubscribe: () => Promise<ExecutionResult<TData, TExtensions> | void>) => Promise<ExecutionResult<TData, TExtensions>>;
/** Retrieve active promises associated provided cache, useful for SSR. */
export declare const getActivePromises: (cache?: Cache) => Promise<ExecutionResult>[];
{
"name": "gqty",
"version": "3.0.0-canary-20240327112154.41b44e512f6e15ec145801fa3fdc234a6131b6e1",
"version": "3.0.0-canary-20240411060715.dfbcbf11ce896dc6289949296d1591f7de52efad",
"description": "gqty client without queries",

@@ -48,2 +48,3 @@ "sideEffects": false,

".": {
"types": "./index.d.ts",
"require": "./index.js",

@@ -53,2 +54,3 @@ "import": "./index.mjs"

"./*": {
"types": "./*.d.ts",
"require": "./*.js",

@@ -55,0 +57,0 @@ "import": "./*.mjs"

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