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.2.2-canary-20241030171637.226cdf31797ac07d5472d9d6e17c7138ef87e932 to 3.2.2-canary-20241110205308.6f5123252e0573c9ed6a8616c6d0a9d99f18707b

2

Helpers/fetcher.d.ts

@@ -6,2 +6,2 @@ import type { ExecutionResult } from 'graphql';

export declare const isExecutionResult: (input: unknown) => input is ExecutionResult;
export declare const handleResponseErrors: (result: ExecutionResult) => Promise<void>;
export declare const handleResponseErrors: (result: ExecutionResult) => void;

@@ -25,3 +25,3 @@ 'use strict';

return JSON.parse(text);
} catch (error) {
} catch {
throw new index.GQtyError(

@@ -46,3 +46,3 @@ `Received malformed JSON response from GraphQL endpoint: ${text.length > 50 ? text.slice(0, 50) + "..." : text}`

};
const handleResponseErrors = async (result) => {
const handleResponseErrors = (result) => {
var _a;

@@ -49,0 +49,0 @@ if ((_a = result.errors) == null ? void 0 : _a.length) {

{
"name": "gqty",
"version": "3.2.2-canary-20241030171637.226cdf31797ac07d5472d9d6e17c7138ef87e932",
"version": "3.2.2-canary-20241110205308.6f5123252e0573c9ed6a8616c6d0a9d99f18707b",
"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