@graphql-tools/apollo-engine-loader
Advanced tools
Comparing version 8.0.12 to 8.0.13-alpha-20250108095849-d2bf73442aa0d3e20e0acbeaeb66593a68ca9362
@@ -5,3 +5,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const sync_fetch_1 = tslib_1.__importDefault(require("@ardatan/sync-fetch")); | ||
const sync_fetch_1 = tslib_1.__importDefault(require("sync-fetch")); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
@@ -8,0 +8,0 @@ const fetch_1 = require("@whatwg-node/fetch"); |
@@ -1,2 +0,2 @@ | ||
import syncFetch from '@ardatan/sync-fetch'; | ||
import syncFetch from 'sync-fetch'; | ||
import { parseGraphQLSDL } from '@graphql-tools/utils'; | ||
@@ -3,0 +3,0 @@ import { fetch } from '@whatwg-node/fetch'; |
{ | ||
"name": "@graphql-tools/apollo-engine-loader", | ||
"version": "8.0.12", | ||
"version": "8.0.13-alpha-20250108095849-d2bf73442aa0d3e20e0acbeaeb66593a68ca9362", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,5 +10,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ardatan/sync-fetch": "^0.0.1", | ||
"@graphql-tools/utils": "^10.7.2", | ||
"@whatwg-node/fetch": "^0.10.0", | ||
"sync-fetch": "0.6.0-2", | ||
"tslib": "^2.4.0" | ||
@@ -15,0 +15,0 @@ }, |
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
9492
2
+ Addedsync-fetch@0.6.0-2
+ Addeddata-uri-to-buffer@4.0.1(transitive)
+ Addedfetch-blob@3.2.0(transitive)
+ Addedformdata-polyfill@4.0.10(transitive)
+ Addednode-domexception@1.0.0(transitive)
+ Addednode-fetch@3.3.2(transitive)
+ Addedsync-fetch@0.6.0-2(transitive)
+ Addedtimeout-signal@2.0.0(transitive)
+ Addedweb-streams-polyfill@3.3.3(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
- Removed@ardatan/sync-fetch@^0.0.1
- Removed@ardatan/sync-fetch@0.0.1(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)