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
5
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.8.1 to 0.8.2

2

dist/constants.d.ts
export declare const PKG_NAME = "@supabase/auth-helpers-sveltekit";
export declare const PKG_VERSION = "0.8.1";
export declare const PKG_VERSION = "0.8.2";
export const PKG_NAME = '@supabase/auth-helpers-sveltekit';
export const PKG_VERSION = '0.8.1';
export const PKG_VERSION = '0.8.2';

@@ -7,3 +7,3 @@ import { getRequestSupabaseClient } from './supabase-request.js';

session.expires_at + expiry_margin <= Date.now() / 1000) {
const refreshed = await supabase.auth.setSession(session.refresh_token);
const refreshed = await supabase.auth.setSession(session);
session = refreshed.data.session;

@@ -10,0 +10,0 @@ }

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

@@ -5,0 +5,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