Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@edgedb/auth-sveltekit

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgedb/auth-sveltekit - npm Package Compare versions

Comparing version 0.2.0-canary.20240503T172103 to 0.2.0-canary.20240503T173218

1

dist/client.d.ts

@@ -24,2 +24,3 @@ import type { BuiltinOAuthProviderNames } from "@edgedb/auth-core";

protected readonly config: AuthConfig;
protected readonly isSecure: boolean;
/** @internal */

@@ -26,0 +27,0 @@ constructor(options: AuthOptions);

@@ -18,5 +18,7 @@ export function getConfig(options) {

config;
isSecure;
/** @internal */
constructor(options) {
this.config = getConfig(options);
this.isSecure = this.config.baseUrl.startsWith("https");
}

@@ -23,0 +25,0 @@ getOAuthUrl(providerName) {

@@ -51,2 +51,3 @@ import { redirect, } from "@sveltejs/kit";

expires,
secure: this.isSecure,
});

@@ -61,2 +62,3 @@ }

expires: expires ?? undefined,
secure: this.isSecure,
});

@@ -63,0 +65,0 @@ }

2

package.json
{
"name": "@edgedb/auth-sveltekit",
"description": "Helper library to integrate the EdgeDB Auth extension with Sveltekit.",
"version": "0.2.0-canary.20240503T172103",
"version": "0.2.0-canary.20240503T173218",
"author": "EdgeDB <info@edgedb.com>",

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