New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

5

dist/cjs/authService.sdk.js

@@ -42,3 +42,6 @@ "use strict";

let url;
if (cloud === "0") {
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") {
url = `https://${id}.lambda-url.${region}.on.aws/AuthService`;

@@ -45,0 +48,0 @@ }

@@ -36,3 +36,6 @@ /**

let url;
if (cloud === "0") {
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") {
url = `https://${id}.lambda-url.${region}.on.aws/AuthService`;

@@ -39,0 +42,0 @@ }

2

package.json
{
"name": "@genezio/auth",
"version": "1.0.0",
"version": "1.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