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

@builder.io/qwik-auth

Package Overview
Dependencies
Maintainers
19
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/qwik-auth - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

12

lib/types/index.d.ts

@@ -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

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