@graphql-toolkit/url-loader
Advanced tools
Comparing version 0.6.5-alpha-b0359d6.1 to 0.6.5-alpha-b454c32.5
import { SchemaPointerSingle, Source, DocumentLoader } from '@graphql-toolkit/common'; | ||
export declare type FetchFn = WindowOrWorkerGlobalScope['fetch']; | ||
export declare type FetchFn = typeof import('cross-fetch').fetch; | ||
declare type Headers = Record<string, string> | Array<Record<string, string>>; | ||
@@ -4,0 +4,0 @@ export interface LoadFromUrlOptions { |
import { SchemaPointerSingle, Source, DocumentLoader } from '@graphql-toolkit/common'; | ||
export declare type FetchFn = WindowOrWorkerGlobalScope['fetch']; | ||
export declare type FetchFn = typeof import('cross-fetch').fetch; | ||
declare type Headers = Record<string, string> | Array<Record<string, string>>; | ||
@@ -4,0 +4,0 @@ export interface LoadFromUrlOptions { |
{ | ||
"name": "@graphql-toolkit/url-loader", | ||
"version": "0.6.5-alpha-b0359d6.1+b0359d6", | ||
"version": "0.6.5-alpha-b454c32.5+b454c32", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -25,3 +25,3 @@ "repository": "git@github.com:dotansimha/graphql-toolkit.git", | ||
"@kamilkisiela/graphql-tools": "4.0.6", | ||
"@types/jest": "24.0.20", | ||
"@types/jest": "24.0.21", | ||
"graphql": "14.5.8", | ||
@@ -33,3 +33,3 @@ "jest": "24.9.0", | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.6.5-alpha-b0359d6.1+b0359d6", | ||
"@graphql-toolkit/common": "0.6.5-alpha-b454c32.5+b454c32", | ||
"cross-fetch": "3.0.4", | ||
@@ -41,3 +41,3 @@ "valid-url": "1.0.9" | ||
}, | ||
"gitHead": "b0359d6ade2fe90e0ebd57947c7c3949e6eda94b" | ||
"gitHead": "b454c32c5f74e8df4d943d285bb5564288232f56" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
13239