@graphql-tools/utils
Advanced tools
Comparing version 10.5.2 to 10.5.3-rc-20240814093313-1a47f22bfbd8a803dae2a1212be88f756178d764
@@ -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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
508437
2