New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/delegate

Package Overview
Dependencies
Maintainers
3
Versions
2168
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.13-alpha-bd367bf6.0 to 6.0.13-alpha-c845721b.0

6

package.json
{
"name": "@graphql-tools/delegate",
"version": "6.0.13-alpha-bd367bf6.0",
"version": "6.0.13-alpha-c845721b.0",
"description": "A set of utils for faster development of GraphQL tools",

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

"dependencies": {
"@graphql-tools/schema": "6.0.13-alpha-bd367bf6.0",
"@graphql-tools/utils": "6.0.13-alpha-bd367bf6.0",
"@graphql-tools/schema": "6.0.13-alpha-c845721b.0",
"@graphql-tools/utils": "6.0.13-alpha-c845721b.0",
"@ardatan/aggregate-error": "0.0.1",

@@ -14,0 +14,0 @@ "tslib": "~2.0.0"

@@ -100,3 +100,4 @@ import { GraphQLSchema, GraphQLOutputType, SelectionSetNode, FieldNode, DocumentNode, GraphQLResolveInfo, GraphQLFieldResolver, InlineFragmentNode, FragmentDefinitionNode, GraphQLObjectType, VariableDefinitionNode, OperationTypeNode } from 'graphql';

fieldName?: string;
args?: (originalResult: any) => Record<string, any>;
args?: (source: any) => Record<string, any>;
key?: (originalResult: any) => any;
resolve?: MergedTypeResolver;

@@ -103,0 +104,0 @@ }

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