@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version 0.7.2-next.0 to 0.7.2
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 @@ ``` |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35566
38
663
0
2
+ Added@supabase/auth-helpers-shared@0.2.0(transitive)
+ Added@supabase/supabase-js@2.0.0(transitive)
- Removed@supabase/auth-helpers-shared@0.2.0-next.3(transitive)
- Removed@supabase/supabase-js@2.0.0-rc.10(transitive)