Socket
Socket
Sign inDemoInstall

@theydo/graphql-directive-requires-authentication

Package Overview
Dependencies
14
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

6

package.json
{
"name": "@theydo/graphql-directive-requires-authentication",
"version": "0.1.1",
"version": "0.1.2",
"description": "GraphQL directive for checking authentication through context",

@@ -36,3 +36,5 @@ "main": "dist/index.js",

"dependencies": {
"apollo-server-errors": "^2.4.1",
"apollo-server-errors": "^2.4.1"
},
"peerDependencies": {
"graphql-tools": "^4.0.6",

@@ -39,0 +41,0 @@ "graphql": "^14.5.8"

@@ -8,3 +8,3 @@ # GraphQL Directive: @requiresAuthentication

To use the directive, you should start by adding the directive to your GraphQL schema SDL:
To use the directive, you should start by adding the directive to your GraphQL schema:

@@ -11,0 +11,0 @@ ```graphql

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc