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

@frontegg/js

Package Overview
Dependencies
Maintainers
3
Versions
737
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/js - npm Package Compare versions

Comparing version 7.55.0 to 7.56.0

5

FronteggApp/FronteggApp.d.ts

@@ -68,2 +68,7 @@ import { EntitledToOptions, Entitlement, FronteggStore, IsSteppedUpOptions, StepUpOptions } from '@frontegg/redux-store';

loginWithRedirect(additionalParams?: Record<string, any>): void;
loginWithRedirectV2(payload?: {
additionalParams: Record<string, string>;
shouldRedirectToLogin?: boolean;
firstTime?: boolean;
}): void;
logout(): void;

@@ -70,0 +75,0 @@ loadScript(component: string): Promise<unknown>;

@@ -360,2 +360,10 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";

}, {
key: "loginWithRedirectV2",
value: function loginWithRedirectV2(payload) {
this.store.dispatch({
type: 'auth/requestHostedLoginAuthorizeV2',
payload: payload
});
}
}, {
key: "logout",

@@ -362,0 +370,0 @@ value: function logout() {

2

index.js

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

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0
*

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

@@ -367,2 +367,10 @@ "use strict";

}, {
key: "loginWithRedirectV2",
value: function loginWithRedirectV2(payload) {
this.store.dispatch({
type: 'auth/requestHostedLoginAuthorizeV2',
payload: payload
});
}
}, {
key: "logout",

@@ -369,0 +377,0 @@ value: function logout() {

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

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0
*

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

@@ -8,4 +8,4 @@ "use strict";

var _default = {
cdnVersion: '7.55.0'
cdnVersion: '7.56.0'
};
exports["default"] = _default;
{
"name": "@frontegg/js",
"version": "7.55.0",
"version": "7.56.0",
"main": "./node/index.js",

@@ -9,3 +9,3 @@ "license": "MIT",

"@babel/runtime": "^7.18.6",
"@frontegg/types": "7.55.0"
"@frontegg/types": "7.56.0"
},

@@ -12,0 +12,0 @@ "browserslist": {

@@ -38,3 +38,3 @@ /*!

/** @license Frontegg v7.55.0
/** @license Frontegg v7.56.0
*

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

export default {
cdnVersion: '7.55.0'
cdnVersion: '7.56.0'
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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