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

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
2
Versions
608
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.1.66 to 3.1.67

2

applications/index.js

@@ -28,3 +28,3 @@ import { urls } from "../constants";

export async function assignUserToApplications(body) {
return Post(`${urls.identity.applications.v1}/user-apps`, body);
return Post(`${urls.identity.applications.v1}/apps-user`, body);
}

@@ -31,0 +31,0 @@ export async function unassignUserFromApplications(body) {

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

/** @license Frontegg v3.1.66
/** @license Frontegg v3.1.67
*

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

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

async function assignUserToApplications(body) {
return (0, _fetch.Post)(`${_constants.urls.identity.applications.v1}/user-apps`, body);
return (0, _fetch.Post)(`${_constants.urls.identity.applications.v1}/apps-user`, body);
}

@@ -50,0 +50,0 @@

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

/** @license Frontegg v3.1.66
/** @license Frontegg v3.1.67
*

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

{
"name": "@frontegg/rest-api",
"version": "3.1.66",
"version": "3.1.67",
"main": "./node/index.js",

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

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