Socket
Socket
Sign inDemoInstall

@graphql-tools/executor

Package Overview
Dependencies
Maintainers
3
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor - npm Package Compare versions

Comparing version 0.0.2-alpha-20221029153041-68044ec1 to 0.0.2-alpha-20221029171008-84cfd616

4

cjs/execution/collectFields.js

@@ -7,3 +7,3 @@ "use strict";

const AccumulatorMap_js_1 = require("./AccumulatorMap.js");
const directives_1 = require("../directives");
const index_js_1 = require("../directives/index.js");
/**

@@ -117,3 +117,3 @@ * Given a selectionSet, collects all of the fields and returns them.

function getDeferValues(variableValues, node) {
const defer = (0, graphql_1.getDirectiveValues)(directives_1.GraphQLDeferDirective, node, variableValues);
const defer = (0, graphql_1.getDirectiveValues)(index_js_1.GraphQLDeferDirective, node, variableValues);
if (!defer) {

@@ -120,0 +120,0 @@ return;

import { Kind, getDirectiveValues, } from 'graphql';
import { doesFragmentConditionMatch, getFieldEntryKey, memoize5, shouldIncludeNode } from '@graphql-tools/utils';
import { AccumulatorMap } from './AccumulatorMap.js';
import { GraphQLDeferDirective } from '../directives';
import { GraphQLDeferDirective } from '../directives/index.js';
/**

@@ -6,0 +6,0 @@ * Given a selectionSet, collects all of the fields and returns them.

{
"name": "@graphql-tools/executor",
"version": "0.0.2-alpha-20221029153041-68044ec1",
"version": "0.0.2-alpha-20221029171008-84cfd616",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/utils": "8.14.0-alpha-20221029153041-68044ec1",
"@graphql-tools/utils": "8.14.0-alpha-20221029171008-84cfd616",
"@graphql-typed-document-node/core": "3.1.1"

@@ -12,0 +12,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