Socket
Socket
Sign inDemoInstall

@theydo/graphql-directive-requires-authentication

Package Overview
Dependencies
271
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

1

dist/index.d.ts
export * from './directive';
export { default } from './directive';

@@ -14,1 +14,3 @@ "use strict";

__exportStar(require("./directive"), exports);
var directive_1 = require("./directive");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return directive_1.default; } });

2

package.json
{
"name": "@theydo/graphql-directive-requires-authentication",
"version": "0.0.6",
"version": "0.0.7",
"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