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 to 0.2.1

4

dist/server.js

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

httpOnly: true,
sameSite: "strict",
sameSite: "lax",
path: "/",

@@ -59,3 +59,3 @@ expires,

httpOnly: true,
sameSite: "strict",
sameSite: "lax",
path: "/",

@@ -62,0 +62,0 @@ expires: expires ?? undefined,

{
"name": "@edgedb/auth-sveltekit",
"description": "Helper library to integrate the EdgeDB Auth extension with Sveltekit.",
"version": "0.2.0",
"version": "0.2.1",
"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