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
9
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

to
0.12.0

5

dist/index.js

@@ -47,3 +47,3 @@ // src/supabaseLoadClient.ts

...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers,
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.11.0"}`
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.12.0"}`
}

@@ -73,2 +73,3 @@ },

this.expiryMargin = expiryMargin;
this.isServer = true;
this.isInitialDelete = true;

@@ -136,3 +137,3 @@ this.currentSession = null;

...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers,
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.11.0"}`
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.12.0"}`
}

@@ -139,0 +140,0 @@ },

8

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

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

"@supabase/supabase-js": "2.19.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",

@@ -47,3 +47,3 @@ "rimraf": "^4.4.1",

"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.0.12",
"tsconfig": "0.1.1"

@@ -56,3 +56,3 @@ },

"@supabase/supabase-js": "^2.19.0",
"@sveltejs/kit": "^1.15.4 || ^2.0.0"
"@sveltejs/kit": "^1.30.3 || ^2.0.0"
},

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

Sorry, the diff of this file is not supported yet