Socket
Socket
Sign inDemoInstall

@graphql-tools/load-files

Package Overview
Dependencies
Maintainers
3
Versions
637
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/load-files - npm Package Compare versions

Comparing version 6.6.1-alpha-fbf97581.0 to 6.6.1

typings/index.d.cts

2

cjs/index.js

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

const fs_1 = require("fs");
const graphql_1 = require("@graphql-tools/graphql");
const graphql_1 = require("graphql");
const module_1 = require("module");

@@ -12,0 +12,0 @@ const process_1 = require("process");

@@ -5,3 +5,3 @@ import globby, { sync as globbySync } from 'globby';

import { statSync, readFileSync, promises as fsPromises } from 'fs';
import { parse } from '@graphql-tools/graphql';
import { parse } from 'graphql';
import { createRequire } from 'module';

@@ -8,0 +8,0 @@ import { cwd } from 'process';

{
"name": "@graphql-tools/load-files",
"version": "6.6.1-alpha-fbf97581.0",
"version": "6.6.1",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql": "0.1.0-alpha-fbf97581.0",
"globby": "11.1.0",

@@ -29,3 +31,3 @@ "unixify": "1.0.0",

"require": {
"types": "./typings/index.d.ts",
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"

@@ -44,3 +46,3 @@ },

"require": {
"types": "./typings/*.d.ts",
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"

@@ -47,0 +49,0 @@ },

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