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

@frontegg/client

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/client - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

.github/CODEOWNERS

3

dist/src/config/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.baseUrl = process.env.FRONTEGG_API_GATEWAY_URL || "https://dev-api.frontegg.com/";
exports.baseUrl = process.env.FRONTEGG_API_GATEWAY_URL || "https://api.frontegg.com/";
if (exports.baseUrl.endsWith('/')) {
// Take the base url
exports.baseUrl = exports.baseUrl.slice(0, -1);

@@ -6,0 +7,0 @@ }

{
"name": "@frontegg/client",
"version": "2.0.13",
"version": "2.0.14",
"description": "Frontegg Javascript Library for backend",

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

Sorry, the diff of this file is not supported yet

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