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

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
4
Versions
1332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/utils - npm Package Compare versions

Comparing version 10.8.1 to 10.8.2

2

package.json
{
"name": "@graphql-tools/utils",
"version": "10.8.1",
"version": "10.8.2",
"description": "Common package containing utils and types for GraphQL tools",

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

@@ -8,5 +8,3 @@ import type { ASTNode, DirectiveNode, GraphQLSchema } from 'graphql';

extensionASTNodes?: readonly DirectableASTNode[] | null | undefined;
extensions?: {
directives?: Record<string, any> | undefined;
} | null | undefined;
extensions?: any;
};

@@ -13,0 +11,0 @@ export declare function getDirectiveExtensions<TDirectiveAnnotationsMap extends {

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