@graphql-tools/load
Advanced tools
Comparing version 7.8.13 to 7.8.14-alpha-20230413101627-31ec7077
@@ -184,3 +184,3 @@ "use strict"; | ||
} | ||
await Promise.all((0, utils_1.asArray)(pointerOptions.require).map(m => { var _a; return _a = m, Promise.resolve().then(() => __importStar(require(_a))); })); | ||
await Promise.all((0, utils_1.asArray)(pointerOptions.require).map(m => Promise.resolve(`${m}`).then(s => __importStar(require(s))))); | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
@@ -187,0 +187,0 @@ // @ts-ignore TODO options.cwd is possibly undefined, but it seems like no test covers this path |
{ | ||
"name": "@graphql-tools/load", | ||
"version": "7.8.13", | ||
"version": "7.8.14-alpha-20230413101627-31ec7077", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/utils": "9.2.1", | ||
"@graphql-tools/schema": "9.0.17", | ||
"@graphql-tools/utils": "^9.2.1", | ||
"@graphql-tools/schema": "9.0.18-alpha-20230413101627-31ec7077", | ||
"p-limit": "3.1.0", | ||
@@ -14,0 +14,0 @@ "tslib": "^2.4.0" |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
80359
2
+ Added@graphql-tools/merge@8.4.1-alpha-20230413101627-31ec7077(transitive)
+ Added@graphql-tools/schema@9.0.18-alpha-20230413101627-31ec7077(transitive)
- Removed@graphql-tools/merge@8.4.0(transitive)
- Removed@graphql-tools/schema@9.0.17(transitive)
Updated@graphql-tools/schema@9.0.18-alpha-20230413101627-31ec7077
Updated@graphql-tools/utils@^9.2.1