graphql-auth
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -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 |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123560
10
128