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.7.2-next.0 to 0.7.2

dist/client.d.ts

2

dist/constants.d.ts
export declare const PKG_NAME = "@supabase/auth-helpers-sveltekit";
export declare const PKG_VERSION = "0.7.2-next.0";
export declare const PKG_VERSION = "0.7.2";
export const PKG_NAME = '@supabase/auth-helpers-sveltekit';
export const PKG_VERSION = '0.7.2-next.0';
export const PKG_VERSION = '0.7.2';
{
"name": "@supabase/auth-helpers-sveltekit",
"version": "0.7.2-next.0",
"version": "0.7.2",
"description": "A collection of framework specific Auth utilities for working with Supabase.",

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

"devDependencies": {
"@supabase/supabase-js": "2.0.0-rc.10",
"@supabase/supabase-js": "2.0.0",
"@sveltejs/kit": "1.0.0-next.504",

@@ -50,6 +50,6 @@ "@sveltejs/package": "1.0.0-next.5",

"dependencies": {
"@supabase/auth-helpers-shared": "0.2.0-next.3"
"@supabase/auth-helpers-shared": "0.2.0"
},
"peerDependencies": {
"@supabase/supabase-js": "2.0.0-rc.10"
"@supabase/supabase-js": "2.0.0"
},

@@ -56,0 +56,0 @@ "scripts": {

@@ -113,3 +113,3 @@ # @supabase/auth-helpers-sveltekit (BETA)

export const load: LayoutLoad = withAuth(async ({ session }) => {
return { session };
return { session };
});

@@ -116,0 +116,0 @@ ```

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