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
1808
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.10-alpha-5b93e0e.0 to 6.0.10-alpha-6840167.0

3

index.cjs.js

@@ -831,2 +831,5 @@ 'use strict';

originalSelections.forEach(selection => {
if (selection.name.value === '__typename') {
return;
}
// 2a. use uniqueFields map to assign fields to subschema if one of possible subschemas

@@ -833,0 +836,0 @@ const uniqueSubschema = uniqueFields[selection.name.value];

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

originalSelections.forEach(selection => {
if (selection.name.value === '__typename') {
return;
}
// 2a. use uniqueFields map to assign fields to subschema if one of possible subschemas

@@ -829,0 +832,0 @@ const uniqueSubschema = uniqueFields[selection.name.value];

6

package.json
{
"name": "@graphql-tools/delegate",
"version": "6.0.10-alpha-5b93e0e.0",
"version": "6.0.10-alpha-6840167.0",
"description": "A set of utils for faster development of GraphQL tools",

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

"dependencies": {
"@graphql-tools/schema": "6.0.10-alpha-5b93e0e.0",
"@graphql-tools/utils": "6.0.10-alpha-5b93e0e.0",
"@graphql-tools/schema": "6.0.10-alpha-6840167.0",
"@graphql-tools/utils": "6.0.10-alpha-6840167.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