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

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
1
Versions
618
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/rest-api - npm Package Compare versions

Comparing version 3.0.120 to 3.0.121

2

index.js

@@ -1,2 +0,2 @@

/** @license Frontegg v3.0.120
/** @license Frontegg v3.0.121
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -1,2 +0,2 @@

/** @license Frontegg v3.0.120
/** @license Frontegg v3.0.121
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -47,5 +47,5 @@ "use strict";

async function getCurrentUserTenantsV3(options) {
return (0, _fetch.Get)(_constants.urls.identity.users.tenants.me.v3, {
return (0, _fetch.Get)(_constants.urls.identity.users.tenants.me.v3, undefined, {
headers: (0, _fetch.extractHeadersFromOptions)(options)
});
}
{
"name": "@frontegg/rest-api",
"version": "3.0.120",
"version": "3.0.121",
"main": "./node/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -27,5 +27,5 @@ import _extends from "@babel/runtime/helpers/esm/extends";

export async function getCurrentUserTenantsV3(options) {
return Get(urls.identity.users.tenants.me.v3, {
return Get(urls.identity.users.tenants.me.v3, undefined, {
headers: extractHeadersFromOptions(options)
});
}
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