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.1 to 0.1.2

3

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

@@ -16,2 +16,3 @@ "module": "dist/esm/index.js",

"@types/node": "^14.14.31",
"codecov": "^3.8.3",
"eslint": "^7.21.0",

@@ -18,0 +19,0 @@ "graphql": "^16.3.0",

# graphql-validate-directive
[![npm](https://img.shields.io/npm/v/graphql-validate-directive?style=flat-square)](https://www.npmjs.com/package/graphql-validate-directive)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cnwangjie/graphql-validate-directive/Test?label=test&logo=github&style=flat-square)
![Codecov](https://img.shields.io/codecov/c/github/cnwangjie/graphql-validate-directive?style=flat-square&token=QhjBkB6PwD)
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/graphql-validate-directive?style=flat-square)
### Summary

@@ -4,0 +9,0 @@

@@ -9,2 +9,3 @@ import type { GraphQLSchema } from 'graphql'

new GraphQLValidateDirective(schema, directiveName).transformSchema()
return schema
}
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