New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/rest-api

Package Overview
Dependencies
Maintainers
3
Versions
638
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.2.1 to 3.2.2-alpha.11551682009

4

auth/index.js

@@ -505,2 +505,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

if (params.codeVerifierPkce) {
queryParams.code_verifier_pkce = params.codeVerifierPkce;
}
if (params.state) {

@@ -507,0 +511,0 @@ queryParams.state = params.state;

@@ -195,2 +195,3 @@ import { UserEntitlementsContext as UserEntitlementsResponseV2 } from "@frontegg/entitlements-javascript-commons";

codeVerifier?: string;
codeVerifierPkce?: string;
metadata?: string;

@@ -197,0 +198,0 @@ invitationToken?: string;

2

index.js

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

/** @license Frontegg v3.2.1
/** @license Frontegg v3.2.2-alpha.11551682009
*

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

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

if (params.codeVerifierPkce) {
queryParams.code_verifier_pkce = params.codeVerifierPkce;
}
if (params.state) {

@@ -590,0 +594,0 @@ queryParams.state = params.state;

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

/** @license Frontegg v3.2.1
/** @license Frontegg v3.2.2-alpha.11551682009
*

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

{
"name": "@frontegg/rest-api",
"version": "3.2.1",
"version": "3.2.2-alpha.11551682009",
"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