next-auth-zbd-provider
Advanced tools
Comparing version 0.3.8 to 0.3.9
export declare const getZBDProvider: ({ clientId, clientSecret, apiKey, scope, }: { | ||
clientId: string | any; | ||
clientSecret: string | any; | ||
apiKey: string | any; | ||
scope: string | any; | ||
clientId: any; | ||
clientSecret: any; | ||
apiKey: any; | ||
scope: any; | ||
}) => any; |
{ | ||
"name": "next-auth-zbd-provider", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "NextAuth.js provider for ZBD OAuth2", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
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
8422