Socket
Socket
Sign inDemoInstall

@theydo/graphql-directive-requires-authentication

Package Overview
Dependencies
14
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.11 to 0.1.13

2

dist/directive.js

@@ -76,3 +76,3 @@ "use strict";

formattedError = typeof error === 'function' ? error(context) : error;
throw error;
throw formattedError;
}

@@ -79,0 +79,0 @@ return [2 /*return*/];

{
"name": "@theydo/graphql-directive-requires-authentication",
"version": "0.1.11",
"version": "0.1.13",
"description": "GraphQL directive for checking authentication through context",

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

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