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

@graphql-tools/git-loader

Package Overview
Dependencies
Maintainers
3
Versions
1151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 8.0.1 to 8.0.2-alpha-20230724181141-6f9a4c07

10

cjs/index.js

@@ -5,11 +5,11 @@ "use strict";

const tslib_1 = require("tslib");
const graphql_tag_pluck_1 = require("@graphql-tools/graphql-tag-pluck");
const process_1 = require("process");
const graphql_1 = require("graphql");
const is_glob_1 = tslib_1.__importDefault(require("is-glob"));
const micromatch_1 = tslib_1.__importDefault(require("micromatch"));
const unixify_1 = tslib_1.__importDefault(require("unixify"));
const graphql_tag_pluck_1 = require("@graphql-tools/graphql-tag-pluck");
const utils_1 = require("@graphql-tools/utils");
const load_git_js_1 = require("./load-git.js");
const parse_js_1 = require("./parse.js");
const graphql_1 = require("graphql");
const utils_1 = require("@graphql-tools/utils");
const is_glob_1 = tslib_1.__importDefault(require("is-glob"));
const process_1 = require("process");
// git:branch:path/to/file

@@ -16,0 +16,0 @@ function extractData(pointer) {

@@ -1,10 +0,10 @@

import { gqlPluckFromCodeString, gqlPluckFromCodeStringSync, } from '@graphql-tools/graphql-tag-pluck';
import { env } from 'process';
import { parse } from 'graphql';
import isGlob from 'is-glob';
import micromatch from 'micromatch';
import unixify from 'unixify';
import { gqlPluckFromCodeString, gqlPluckFromCodeStringSync, } from '@graphql-tools/graphql-tag-pluck';
import { asArray } from '@graphql-tools/utils';
import { loadFromGit, loadFromGitSync, readTreeAtRef, readTreeAtRefSync } from './load-git.js';
import { parse as handleStuff } from './parse.js';
import { parse } from 'graphql';
import { asArray } from '@graphql-tools/utils';
import isGlob from 'is-glob';
import { env } from 'process';
// git:branch:path/to/file

@@ -11,0 +11,0 @@ function extractData(pointer) {

@@ -1,2 +0,2 @@

import { parseGraphQLSDL, parseGraphQLJSON } from '@graphql-tools/utils';
import { parseGraphQLJSON, parseGraphQLSDL, } from '@graphql-tools/utils';
/**

@@ -3,0 +3,0 @@ * @internal

{
"name": "@graphql-tools/git-loader",
"version": "8.0.1",
"version": "8.0.2-alpha-20230724181141-6f9a4c07",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,3 +10,3 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.0.1",
"@graphql-tools/graphql-tag-pluck": "8.0.2-alpha-20230724181141-6f9a4c07",
"@graphql-tools/utils": "^10.0.0",

@@ -13,0 +13,0 @@ "is-glob": "4.0.3",

@@ -1,2 +0,2 @@

import { Source, GraphQLParseOptions } from '@graphql-tools/utils';
import { GraphQLParseOptions, Source } from '@graphql-tools/utils';
/**

@@ -3,0 +3,0 @@ * @internal

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