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

graphql-auth

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-auth - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

1

index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for graphql-auth

declare function withAuth(scopes: string[], resolver: GraphqlAuth.Resolver): GraphqlAuth.Resolver;
declare function withAuth(scopesBuilder: (root: any, args: any, context: any, info: any) => string[], resolver: GraphqlAuth.Resolver): GraphqlAuth.Resolver;

@@ -11,0 +12,0 @@ // Internal scope, avoid collision with other global definitions

2

package.json
{
"name": "graphql-auth",
"version": "0.2.4",
"version": "0.2.5",
"description": "GraphQL authentication and authorization middleware",

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

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