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

graphql-constraint-directive

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-constraint-directive - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

3

index.d.ts
import {GraphQLSchema, GraphQLError, DocumentNode, ValidationContext} from "graphql";
import {PluginDefinition} from "apollo-server-core";
import QueryValidationVisitor from "./lib/query-validation-visitor";

@@ -10,3 +11,3 @@

export function createApolloQueryValidationPlugin () : (schema: GraphQLSchema) => function;
export function createApolloQueryValidationPlugin ( options: { schema: GraphQLSchema } ) : PluginDefinition;

@@ -13,0 +14,0 @@ export function createQueryValidationRule( options: { [key: string]: any }) : (context: ValidationContext) => QueryValidationVisitor;

{
"name": "graphql-constraint-directive",
"version": "4.1.1",
"version": "4.1.2",
"description": "Validate GraphQL fields",

@@ -5,0 +5,0 @@ "main": "index.js",

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