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
1819
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.9 to 6.0.10-alpha-110c223.0

2

index.cjs.js

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

function mergeProxiedResults(target, ...sources) {
const errors = target[utils.ERROR_SYMBOL].concat(sources.map((source) => source[utils.ERROR_SYMBOL]));
const errors = target[utils.ERROR_SYMBOL].concat(...sources.map((source) => source[utils.ERROR_SYMBOL]));
const fieldSubschemaMap = sources.reduce((acc, source) => {

@@ -797,0 +797,0 @@ const subschema = source[OBJECT_SUBSCHEMA_SYMBOL];

@@ -790,3 +790,3 @@ import { Kind, typeFromAST, visit, visitWithTypeInfo, getNamedType, isAbstractType, TypeInfo, isObjectType, isInterfaceType, TypeNameMetaFieldDef, getNullableType, isLeafType, isCompositeType, isListType, isSchema, getOperationAST, execute, subscribe, validate, defaultFieldResolver, parse } from 'graphql';

function mergeProxiedResults(target, ...sources) {
const errors = target[ERROR_SYMBOL].concat(sources.map((source) => source[ERROR_SYMBOL]));
const errors = target[ERROR_SYMBOL].concat(...sources.map((source) => source[ERROR_SYMBOL]));
const fieldSubschemaMap = sources.reduce((acc, source) => {

@@ -793,0 +793,0 @@ const subschema = source[OBJECT_SUBSCHEMA_SYMBOL];

{
"name": "@graphql-tools/delegate",
"version": "6.0.9",
"version": "6.0.10-alpha-110c223.0",
"description": "A set of utils for faster development of GraphQL tools",

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

"dependencies": {
"@graphql-tools/schema": "6.0.9",
"@graphql-tools/utils": "6.0.9",
"@graphql-tools/schema": "6.0.10-alpha-110c223.0",
"@graphql-tools/utils": "6.0.10-alpha-110c223.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