🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@frontegg/react-hooks

Package Overview
Dependencies
Maintainers
3
Versions
1158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/react-hooks - npm Package Compare versions

Comparing version

to
7.75.0-alpha.1

1

auth/index.d.ts

@@ -29,3 +29,2 @@ export { useAuthState, useAuth, useAuthActions, useOnRedirectTo, useAuthRoutes, useIsAuthenticated, useAuthUser, useAuthUserOrNull, useLoginWithRedirect, useLoginWithRedirectV2, useStoreActions, } from './hooks';

export * from './tenants';
export * from './usersEmailsPolicyState';
export * from './applications';

@@ -29,3 +29,2 @@ export { useAuthState, useAuth, useAuthActions, useOnRedirectTo, useAuthRoutes, useIsAuthenticated, useAuthUser, useAuthUserOrNull, useLoginWithRedirect, useLoginWithRedirectV2, useStoreActions } from './hooks';

export * from './tenants';
export * from './usersEmailsPolicyState';
export * from './applications';

2

index.js

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

/** @license Frontegg v7.75.0-alpha.0
/** @license Frontegg v7.75.0-alpha.1
*

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

@@ -410,14 +410,2 @@ "use strict";

});
var _usersEmailsPolicyState = require("./usersEmailsPolicyState");
Object.keys(_usersEmailsPolicyState).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _usersEmailsPolicyState[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _usersEmailsPolicyState[key];
}
});
});
var _applications = require("./applications");

@@ -424,0 +412,0 @@ Object.keys(_applications).forEach(function (key) {

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

/** @license Frontegg v7.75.0-alpha.0
/** @license Frontegg v7.75.0-alpha.1
*

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

{
"name": "@frontegg/react-hooks",
"version": "7.75.0-alpha.0",
"version": "7.75.0-alpha.1",
"main": "./node/index.js",

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

"@babel/runtime": "^7.18.6",
"@frontegg/redux-store": "7.75.0-alpha.0",
"@frontegg/types": "7.75.0-alpha.0",
"@frontegg/redux-store": "7.75.0-alpha.1",
"@frontegg/types": "7.75.0-alpha.1",
"@types/react": "*",

@@ -13,0 +13,0 @@ "@types/react-is": "^17.0.7",