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

graphql-validate-directive

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-validate-directive - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/cjs/apolloPlugin.js

1

dist/esm/validateDirective.js

@@ -5,3 +5,4 @@ import { DefaultValidateDirectiveName } from './constants';

new GraphQLValidateDirective(schema, directiveName).transformSchema();
return schema;
};
//# sourceMappingURL=validateDirective.js.map

2

package.json
{
"name": "graphql-validate-directive",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "dist/esm/index.js",

import type { GraphQLSchema } from 'graphql';
export declare const validateDirective: (directiveName?: string) => (schema: GraphQLSchema) => void;
export declare const validateDirective: (directiveName?: string) => (schema: GraphQLSchema) => GraphQLSchema;

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