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

@graphql-tools/code-file-loader

Package Overview
Dependencies
Maintainers
4
Versions
1151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 8.1.5 to 8.1.6-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95

6

package.json
{
"name": "@graphql-tools/code-file-loader",
"version": "8.1.5",
"version": "8.1.6-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95",
"description": "A set of utils for faster development of GraphQL tools",

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

"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.3.4",
"@graphql-tools/utils": "^10.5.6",
"@graphql-tools/graphql-tag-pluck": "8.3.5-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95",
"@graphql-tools/utils": "10.6.0-alpha-20241122095055-27efcb12a2a7ebe82e45e510811c27fe7dff7d95",
"globby": "^11.0.3",

@@ -14,0 +14,0 @@ "tslib": "^2.4.0",

@@ -8,3 +8,3 @@ import { DocumentNode, GraphQLSchema } from 'graphql';

filepath: string;
}): Promise<GraphQLSchema | DocumentNode | null>;
}): Promise<DocumentNode | GraphQLSchema | null>;
/**

@@ -16,2 +16,2 @@ * @internal

filepath: string;
}): GraphQLSchema | DocumentNode | null;
}): DocumentNode | GraphQLSchema | null;

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