Socket
Socket
Sign inDemoInstall

@auth/sveltekit

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth/sveltekit - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

6

index.d.ts

@@ -200,3 +200,3 @@ /**

*
* @module index
* @module @auth/sveltekit
*/

@@ -207,3 +207,3 @@ import type { Handle, RequestEvent } from "@sveltejs/kit";

/** Configure the {@link SvelteKitAuth} method. */
export interface SvelteKitAuthConfig extends AuthConfig {
export interface SvelteKitAuthConfig extends Omit<AuthConfig, "raw"> {
/**

@@ -230,3 +230,3 @@ * Defines the base path for the auth routes.

interface PageData {
session: Session | null;
session?: Session | null;
}

@@ -233,0 +233,0 @@ }

@@ -200,3 +200,3 @@ /**

*
* @module index
* @module @auth/sveltekit
*/

@@ -203,0 +203,0 @@ import { dev } from "$app/environment";

{
"name": "@auth/sveltekit",
"version": "0.3.12",
"version": "0.3.13",
"description": "Authentication for SvelteKit.",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"@auth/core": "0.18.1"
"@auth/core": "0.18.2"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

@@ -200,3 +200,3 @@ /**

*
* @module index
* @module @auth/sveltekit
*/

@@ -235,3 +235,3 @@

/** Configure the {@link SvelteKitAuth} method. */
export interface SvelteKitAuthConfig extends AuthConfig {
export interface SvelteKitAuthConfig extends Omit<AuthConfig, "raw"> {
/**

@@ -309,3 +309,3 @@ * Defines the base path for the auth routes.

interface PageData {
session: Session | null
session?: Session | null
}

@@ -312,0 +312,0 @@ }

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