@builder.io/qwik-auth
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,5 +1,5 @@ | ||
import type { AuthConfig } from '@auth/core'; | ||
import type { Session } from '@auth/core/types'; | ||
import type { AuthConfig } from '@auth/core'; | ||
import { type QRL } from '@builder.io/qwik'; | ||
import { type RequestEvent, type RequestEventCommon, z } from '@builder.io/qwik-city'; | ||
import { z, type RequestEvent, type RequestEventCommon } from '@builder.io/qwik-city'; | ||
export type GetSessionResult = Promise<{ | ||
@@ -25,7 +25,7 @@ data: Session | null; | ||
}, { | ||
providerId?: string | undefined; | ||
callbackUrl?: string | undefined; | ||
options?: z.objectOutputType<{ | ||
callbackUrl: z.ZodOptional<z.ZodString>; | ||
}, z.ZodTypeAny, "passthrough"> | undefined; | ||
providerId?: string | undefined; | ||
callbackUrl?: string | undefined; | ||
authorizationParams?: string | URLSearchParams | Record<string, string> | undefined; | ||
@@ -64,7 +64,7 @@ }, false>; | ||
}, { | ||
providerId?: string | undefined; | ||
callbackUrl?: string | undefined; | ||
options?: z.objectOutputType<{ | ||
callbackUrl: z.ZodOptional<z.ZodString>; | ||
}, z.ZodTypeAny, "passthrough"> | undefined; | ||
providerId?: string | undefined; | ||
callbackUrl?: string | undefined; | ||
authorizationParams?: string | URLSearchParams | Record<string, string> | undefined; | ||
@@ -71,0 +71,0 @@ }, false>; |
{ | ||
"name": "@builder.io/qwik-auth", | ||
"description": "Qwik Auth is powered by Auth.js, a battle tested library for authentication with 3rd party providers", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"bugs": "https://github.com/QwikDev/qwik/issues", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28759
774