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

@edgedb/auth-sveltekit

Package Overview
Dependencies
Maintainers
0
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.3.0-canary.20240916T154306 to 0.3.0-canary.20240917T134110

3

dist/server.js

@@ -338,3 +338,4 @@ import { redirect, } from "@sveltejs/kit";

const pkceSession = await core.then((core) => core.createPKCESession());
deleteCookie(cookies, config.pkceVerifierCookieName);
const { verifier } = pkceSession;
setVerifierCookie(cookies, config, verifier);
return redirect(307, path.split("/").pop() === "signup"

@@ -341,0 +342,0 @@ ? pkceSession.getHostedUISignupUrl()

{
"name": "@edgedb/auth-sveltekit",
"description": "Helper library to integrate the EdgeDB Auth extension with Sveltekit.",
"version": "0.3.0-canary.20240916T154306",
"version": "0.3.0-canary.20240917T134110",
"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