Socket
Socket
Sign inDemoInstall

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
0
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-rc-20240811220920-e7aa7ff2bc82aad4be9e4eaf38fc887a51be9239 to 10.4.0-rc-20240811222836-f1192db43af25781de41ade1dace579ac1a02663

3

cjs/getDirectiveExtensions.js

@@ -5,2 +5,3 @@ "use strict";

const graphql_1 = require("graphql");
const getArgumentValues_js_1 = require("./getArgumentValues.js");
function getDirectiveExtensions(directableObj, schema, pathToDirectivesInExtensions = ['directives']) {

@@ -19,3 +20,3 @@ const directiveExtensions = {};

if (directiveInSchema) {
value = (0, graphql_1.getArgumentValues)(directiveInSchema, directive);
value = (0, getArgumentValues_js_1.getArgumentValues)(directiveInSchema, directive);
}

@@ -22,0 +23,0 @@ if (directive.arguments) {

@@ -1,2 +0,3 @@

import { getArgumentValues, valueFromAST, valueFromASTUntyped } from 'graphql';
import { valueFromAST, valueFromASTUntyped } from 'graphql';
import { getArgumentValues } from './getArgumentValues.js';
export function getDirectiveExtensions(directableObj, schema, pathToDirectivesInExtensions = ['directives']) {

@@ -3,0 +4,0 @@ const directiveExtensions = {};

{
"name": "@graphql-tools/utils",
"version": "10.4.0-rc-20240811220920-e7aa7ff2bc82aad4be9e4eaf38fc887a51be9239",
"version": "10.4.0-rc-20240811222836-f1192db43af25781de41ade1dace579ac1a02663",
"description": "Common package containing utils and types for GraphQL tools",

@@ -5,0 +5,0 @@ "sideEffects": false,

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