Socket
Socket
Sign inDemoInstall

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
3
Versions
1273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/utils - npm Package Compare versions

Comparing version 10.4.0-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e to 10.4.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da

4

cjs/mergeIncrementalResult.js

@@ -53,2 +53,6 @@ "use strict";

}
const subPath = incrementalResult.subPath;
if (subPath !== undefined) {
path = [...path, ...subPath];
}
}

@@ -55,0 +59,0 @@ (0, merge_1.dset)(executionResult, path, data);

@@ -49,2 +49,6 @@ import delve from 'dlv';

}
const subPath = incrementalResult.subPath;
if (subPath !== undefined) {
path = [...path, ...subPath];
}
}

@@ -51,0 +55,0 @@ dset(executionResult, path, data);

4

package.json
{
"name": "@graphql-tools/utils",
"version": "10.4.0-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e",
"version": "10.4.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da",
"description": "Common package containing utils and types for GraphQL tools",

@@ -11,3 +11,3 @@ "sideEffects": false,

"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.1-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e",
"cross-inspect": "1.0.1",
"dlv": "^1.1.3",

@@ -14,0 +14,0 @@ "dset": "^3.1.2",

@@ -21,2 +21,3 @@ import { DefinitionNode, DocumentNode, EnumTypeDefinitionNode, EnumTypeExtensionNode, FieldDefinitionNode, FieldNode, FragmentDefinitionNode, GraphQLArgument, GraphQLArgumentConfig, GraphQLDirective, GraphQLEnumType, GraphQLEnumValue, GraphQLEnumValueConfig, GraphQLError, GraphQLField, GraphQLFieldConfig, GraphQLInputField, GraphQLInputFieldConfig, GraphQLInputObjectType, GraphQLInputType, GraphQLInterfaceType, GraphQLIsTypeOfFn, GraphQLNamedType, GraphQLObjectType, GraphQLOutputType, GraphQLResolveInfo, GraphQLScalarLiteralParser, GraphQLScalarSerializer, GraphQLScalarType, GraphQLScalarValueParser, GraphQLSchema, GraphQLType, GraphQLTypeResolver, GraphQLUnionType, InputObjectTypeDefinitionNode, InputObjectTypeExtensionNode, InterfaceTypeDefinitionNode, InterfaceTypeExtensionNode, ObjectTypeDefinitionNode, ObjectTypeExtensionNode, OperationTypeNode, ScalarTypeDefinitionNode, ScalarTypeExtensionNode, SelectionNode, Source, UnionTypeDefinitionNode, UnionTypeExtensionNode } from 'graphql';

id?: string;
subPath?: ReadonlyArray<string | number>;
pending?: ReadonlyArray<{

@@ -23,0 +24,0 @@ id: string;

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