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

@graphql-tools/url-loader

Package Overview
Dependencies
Maintainers
3
Versions
1587
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/url-loader - npm Package Compare versions

Comparing version 5.0.1-alpha-78275ec.0 to 5.0.1-alpha-8b79332.0

4

index.cjs.js

@@ -25,3 +25,3 @@ 'use strict';

const graphql = require('graphql');
const common = require('@graphql-tools/common');
const utils = require('@graphql-tools/utils');
const validUrl = require('valid-url');

@@ -99,3 +99,3 @@ const crossFetch = require('cross-fetch');

const remoteExecutableSchema = schemaStitching.makeRemoteExecutableSchema({
schema: common.printSchemaWithDirectives(clientSchema, options),
schema: utils.printSchemaWithDirectives(clientSchema, options),
executor,

@@ -102,0 +102,0 @@ });

import { IntrospectionOptions } from 'graphql';
import { SchemaPointerSingle, Source, DocumentLoader, SingleFileOptions } from '@graphql-tools/common';
import { SchemaPointerSingle, Source, DocumentLoader, SingleFileOptions } from '@graphql-tools/utils';
export declare type FetchFn = typeof import('cross-fetch').fetch;

@@ -4,0 +4,0 @@ declare type Headers = Record<string, string> | Array<Record<string, string>>;

import { parse, getIntrospectionQuery, buildClientSchema, print } from 'graphql';
import { printSchemaWithDirectives } from '@graphql-tools/common';
import { printSchemaWithDirectives } from '@graphql-tools/utils';
import { isWebUri } from 'valid-url';

@@ -4,0 +4,0 @@ import { fetch } from 'cross-fetch';

{
"name": "@graphql-tools/url-loader",
"version": "5.0.1-alpha-78275ec.0",
"version": "5.0.1-alpha-8b79332.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -9,5 +9,5 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/common": "5.0.1-alpha-78275ec.0",
"@graphql-tools/utils": "5.0.1-alpha-8b79332.0",
"cross-fetch": "3.0.4",
"@graphql-tools/schema-stitching": "5.0.1-alpha-78275ec.0",
"@graphql-tools/schema-stitching": "5.0.1-alpha-8b79332.0",
"tslib": "1.11.1",

@@ -14,0 +14,0 @@ "valid-url": "1.0.9"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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