Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/delegate

Package Overview
Dependencies
Maintainers
3
Versions
1823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/delegate - npm Package Compare versions

Comparing version 6.0.6-alpha-ace3f46.0 to 6.0.6-alpha-b493948.0

2

index.cjs.js

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

const error = errors[0];
return error.originalError || error;
return error.originalError || utils.relocatedError(error, null);
}

@@ -599,0 +599,0 @@ else if (errors.some(error => typeof error.path[1] === 'string')) {

import { visit, visitWithTypeInfo, Kind, getNamedType, isAbstractType, TypeInfo, isObjectType, isInterfaceType, TypeNameMetaFieldDef, getNullableType, isLeafType, isCompositeType, isListType, typeFromAST, isSchema, getOperationAST, validate, execute, subscribe, defaultFieldResolver, parse } from 'graphql';
import { implementsAbstractType, CombinedError, getErrorsByPathSegment, ERROR_SYMBOL, relocatedError, mergeDeep, getErrors, setErrors, slicedError, collectFields, getResponseKeyFromInfo, updateArgument, serializeInputValue, applyRequestTransforms, applyResultTransforms, mapAsyncIterator, concatInlineFragments } from '@graphql-tools/utils';
import { implementsAbstractType, CombinedError, relocatedError, getErrorsByPathSegment, ERROR_SYMBOL, mergeDeep, getErrors, setErrors, slicedError, collectFields, getResponseKeyFromInfo, updateArgument, serializeInputValue, applyRequestTransforms, applyResultTransforms, mapAsyncIterator, concatInlineFragments } from '@graphql-tools/utils';

@@ -592,3 +592,3 @@ class ExpandAbstractTypes {

const error = errors[0];
return error.originalError || error;
return error.originalError || relocatedError(error, null);
}

@@ -595,0 +595,0 @@ else if (errors.some(error => typeof error.path[1] === 'string')) {

{
"name": "@graphql-tools/delegate",
"version": "6.0.6-alpha-ace3f46.0",
"version": "6.0.6-alpha-b493948.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,4 +10,4 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/schema": "6.0.6-alpha-ace3f46.0",
"@graphql-tools/utils": "6.0.6-alpha-ace3f46.0",
"@graphql-tools/schema": "6.0.6-alpha-b493948.0",
"@graphql-tools/utils": "6.0.6-alpha-b493948.0",
"tslib": "~2.0.0"

@@ -14,0 +14,0 @@ },

Sorry, the diff of this file is not supported yet

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