New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@supabase/auth-helpers-sveltekit

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/auth-helpers-sveltekit - npm Package Compare versions

Comparing version 0.10.5 to 0.10.6

12

dist/index.js

@@ -40,2 +40,4 @@ // src/supabaseLoadClient.ts

}
const storageKey = cookieOptions == null ? void 0 : cookieOptions.name;
cookieOptions == null ? true : delete cookieOptions.name;
const client = createSupabaseClient(supabaseUrl, supabaseKey, {

@@ -48,7 +50,7 @@ ...options,

...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers,
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.5"}`
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.6"}`
}
},
auth: {
storageKey: cookieOptions == null ? void 0 : cookieOptions.name,
storageKey,
storage: new SvelteKitLoadAuthStorageAdapter(serverSession, cookieOptions)

@@ -129,2 +131,4 @@ }

var _a;
const storageKey = cookieOptions == null ? void 0 : cookieOptions.name;
cookieOptions == null ? true : delete cookieOptions.name;
const client = createSupabaseClient2(supabaseUrl, supabaseKey, {

@@ -136,7 +140,7 @@ ...options,

...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers,
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.5"}`
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.6"}`
}
},
auth: {
storageKey: cookieOptions == null ? void 0 : cookieOptions.name,
storageKey,
storage: new SvelteKitServerAuthStorageAdapter(event, cookieOptions, expiryMargin)

@@ -143,0 +147,0 @@ }

{
"name": "@supabase/auth-helpers-sveltekit",
"version": "0.10.5",
"version": "0.10.6",
"description": "A collection of framework specific Auth utilities for working with Supabase.",

@@ -49,3 +49,3 @@ "type": "module",

"dependencies": {
"@supabase/auth-helpers-shared": "0.6.1"
"@supabase/auth-helpers-shared": "0.6.2"
},

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

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