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

@edgedb/auth-sveltekit

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgedb/auth-sveltekit - npm Package Compare versions

Comparing version 0.2.0-canary.20240501T160708 to 0.2.0-canary.20240502T153718

2

dist/server.d.ts

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

constructor(client: Client, core: Promise<Auth>, { cookies }: RequestEvent, options: AuthOptions);
isPasswordResetTokenValid(resetToken: string): boolean;
isPasswordResetTokenValid(resetToken: string): boolean | null;
getProvidersInfo(): Promise<{

@@ -54,0 +54,0 @@ oauth: {

{
"name": "@edgedb/auth-sveltekit",
"description": "Helper library to integrate the EdgeDB Auth extension with Sveltekit.",
"version": "0.2.0-canary.20240501T160708",
"version": "0.2.0-canary.20240502T153718",
"author": "EdgeDB <info@edgedb.com>",

@@ -6,0 +6,0 @@ "type": "module",

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