Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
3
Versions
1284
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.5.2 to 10.5.3-rc-20240814093313-1a47f22bfbd8a803dae2a1212be88f756178d764

2

cjs/getDirectiveExtensions.js

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

for (const pathSegment of pathToDirectivesInExtensions) {
directivesInExtensions = directivesInExtensions[pathSegment];
directivesInExtensions = directivesInExtensions?.[pathSegment];
}

@@ -53,0 +53,0 @@ if (directivesInExtensions != null) {

@@ -47,3 +47,3 @@ import { valueFromAST, valueFromASTUntyped } from 'graphql';

for (const pathSegment of pathToDirectivesInExtensions) {
directivesInExtensions = directivesInExtensions[pathSegment];
directivesInExtensions = directivesInExtensions?.[pathSegment];
}

@@ -50,0 +50,0 @@ if (directivesInExtensions != null) {

{
"name": "@graphql-tools/utils",
"version": "10.5.2",
"version": "10.5.3-rc-20240814093313-1a47f22bfbd8a803dae2a1212be88f756178d764",
"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