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

@graphql-tools/graphql-file-loader

Package Overview
Dependencies
Maintainers
3
Versions
1059
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.1-alpha-43368c2.0 to 5.0.1-alpha-47aea93.0

6

index.cjs.js

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

const process = require('process');
const src = require('packages/import/src');
const _import = require('@graphql-tools/import');

@@ -45,3 +45,3 @@ const FILE_EXTENSIONS = ['.gql', '.gqls', '.graphql', '.graphqls'];

location: pointer,
document: src.processImport(pointer, options.cwd),
document: _import.processImport(pointer, options.cwd),
};

@@ -58,3 +58,3 @@ }

location: pointer,
document: src.processImport(pointer, options.cwd),
document: _import.processImport(pointer, options.cwd),
};

@@ -61,0 +61,0 @@ }

@@ -5,3 +5,3 @@ import { isValidPath, parseGraphQLSDL } from '@graphql-tools/utils';

import { cwd } from 'process';
import { processImport } from 'packages/import/src';
import { processImport } from '@graphql-tools/import';

@@ -8,0 +8,0 @@ const FILE_EXTENSIONS = ['.gql', '.gqls', '.graphql', '.graphqls'];

{
"name": "@graphql-tools/graphql-file-loader",
"version": "5.0.1-alpha-43368c2.0",
"version": "5.0.1-alpha-47aea93.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -9,3 +9,4 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/utils": "5.0.1-alpha-43368c2.0",
"@graphql-tools/import": "5.0.1-alpha-47aea93.0",
"@graphql-tools/utils": "5.0.1-alpha-47aea93.0",
"fs-extra": "9.0.0",

@@ -12,0 +13,0 @@ "tslib": "1.11.1"

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