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

@genezio/auth

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genezio/auth - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

dist/cjs/authService.sdk.js

@@ -50,2 +50,6 @@ "use strict";

this.instance = new AuthService();
if (typeof process !== "undefined" && process.env != null && process.env.GNZ_AUTH_FUNCTION_URL != null) {
const url = process.env.GNZ_AUTH_FUNCTION_URL;
this.instance.remote = new remote_1.Remote(url);
}
}

@@ -67,6 +71,3 @@ return this.instance;

let url;
if (typeof process !== "undefined" && process.env != null && process.env.GNZ_AUTH_FUNCTION_URL != null) {
url = process.env.GNZ_AUTH_FUNCTION_URL;
}
else if (cloud === "0") {
if (cloud === "0") {
url = `https://${id}.lambda-url.${region}.on.aws/AuthService`;

@@ -73,0 +74,0 @@ }

@@ -44,2 +44,6 @@ /**

this.instance = new AuthService();
if (typeof process !== "undefined" && process.env != null && process.env.GNZ_AUTH_FUNCTION_URL != null) {
const url = process.env.GNZ_AUTH_FUNCTION_URL;
this.instance.remote = new Remote(url);
}
}

@@ -61,6 +65,3 @@ return this.instance;

let url;
if (typeof process !== "undefined" && process.env != null && process.env.GNZ_AUTH_FUNCTION_URL != null) {
url = process.env.GNZ_AUTH_FUNCTION_URL;
}
else if (cloud === "0") {
if (cloud === "0") {
url = `https://${id}.lambda-url.${region}.on.aws/AuthService`;

@@ -67,0 +68,0 @@ }

{
"name": "@genezio/auth",
"version": "2.0.0",
"version": "2.0.1",
"description": "SDK for accessing genezio authentication system.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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