New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/graphql-file-loader

Package Overview
Dependencies
Maintainers
4
Versions
1089
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 8.0.12-alpha-20250116122450-7e52267bb240c285f4942b856fa84aa701f76417 to 8.0.12-alpha-20250116122707-cdc19e3b5e32ad8539719b1f927c2b923b3d9395

5

cjs/index.js

@@ -83,3 +83,6 @@ "use strict";

const ignores = (0, utils_1.asArray)(options.ignore || []);
const globs = [unixifyWithDriverLetter(glob), ...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v)))];
const globs = [
unixifyWithDriverLetter(glob),
...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v))),
];
return globs;

@@ -86,0 +89,0 @@ }

@@ -79,3 +79,6 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs';

const ignores = asArray(options.ignore || []);
const globs = [unixifyWithDriverLetter(glob), ...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v)))];
const globs = [
unixifyWithDriverLetter(glob),
...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v))),
];
return globs;

@@ -82,0 +85,0 @@ }

2

package.json
{
"name": "@graphql-tools/graphql-file-loader",
"version": "8.0.12-alpha-20250116122450-7e52267bb240c285f4942b856fa84aa701f76417",
"version": "8.0.12-alpha-20250116122707-cdc19e3b5e32ad8539719b1f927c2b923b3d9395",
"description": "A set of utils for faster development of GraphQL tools",

@@ -5,0 +5,0 @@ "sideEffects": false,

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