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 1.1.0 to 1.1.1

4

Client/client.d.ts

@@ -91,3 +91,3 @@ import { AssignSelections, SchemaUnions, SetCache } from '../Accessor';

[P in ObjectTypesNames]: {
__typename: P | undefined;
__typename?: P;
};

@@ -154,4 +154,4 @@ } = never> {

[P in ObjectTypesNames]: {
__typename: P | undefined;
__typename?: P;
};
} = never>({ schema, scalarsEnumsHash, queryFetcher, catchSelectionsTimeMS, retry, normalization, subscriptionsClient, defaults, }: ClientOptions<ObjectTypesNames, ObjectTypes>): GQtyClient<GeneratedSchema>;

@@ -13,3 +13,3 @@ import type { CacheType } from '../Cache';

[P in ObjectTypesNames]: {
__typename: P | undefined;
__typename?: P;
};

@@ -16,0 +16,0 @@ } = never> {

{
"name": "gqty",
"version": "1.1.0",
"version": "1.1.1",
"description": "gqty client without queries",

@@ -5,0 +5,0 @@ "peerDependencies": {

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