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

@frontegg/redux-store

Package Overview
Dependencies
Maintainers
3
Versions
1092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/redux-store - npm Package Compare versions

Comparing version 7.48.0 to 7.49.0

1

auth/Security/SecurityCenterState/actions.d.ts

@@ -16,3 +16,4 @@ import { FronteggState, RestApi, SharedActions, WithCallback, WithRetryConfig } from '../../../interfaces';

loadInactiveUsers: (payload: ISearchUserQueryParamsV3) => Promise<void>;
markSecurityCenterStateAsChanged: (changed?: boolean) => void;
};
export default _default;

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

};
const markSecurityCenterStateAsChanged = (changed = true) => {
setSecurityCenterState({
hasSecurityChanges: changed
});
};
return {

@@ -307,4 +312,5 @@ setSecurityCenterState,

loadUnenrolledMfaUsers,
loadInactiveUsers
loadInactiveUsers,
markSecurityCenterStateAsChanged
};
});

@@ -11,2 +11,3 @@ import { FronteggApiError, Insight, Recommendation } from '@frontegg/rest-api';

score: number;
hasSecurityChanges: boolean;
breachedPasswordUsersTable: ISecurityCenterTable;

@@ -13,0 +14,0 @@ unenrolledMfaUsersTable: ISecurityCenterTable;

@@ -7,2 +7,3 @@ import { createProxy } from '../../../toolkit/proxy';

insights: undefined,
hasSecurityChanges: false,
score: 0,

@@ -9,0 +10,0 @@ breachedPasswordUsersTable: {

2

index.js

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

/** @license Frontegg v7.48.0
/** @license Frontegg v7.49.0
*

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

@@ -15,3 +15,4 @@ import { FronteggState, RestApi, SharedActions, WithCallback } from '../../../interfaces';

loadInactiveUsers: (payload: import("@frontegg/rest-api").ISearchUserQueryParamsV3) => Promise<void>;
markSecurityCenterStateAsChanged: (changed?: boolean) => void;
};
export default _default;

@@ -302,2 +302,7 @@ "use strict";

};
const markSecurityCenterStateAsChanged = (changed = true) => {
setSecurityCenterState({
hasSecurityChanges: changed
});
};
return {

@@ -314,5 +319,6 @@ setSecurityCenterState,

loadUnenrolledMfaUsers,
loadInactiveUsers
loadInactiveUsers,
markSecurityCenterStateAsChanged
};
};
exports.default = _default;

@@ -13,2 +13,3 @@ "use strict";

insights: undefined,
hasSecurityChanges: false,
score: 0,

@@ -15,0 +16,0 @@ breachedPasswordUsersTable: {

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

/** @license Frontegg v7.48.0
/** @license Frontegg v7.49.0
*

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

{
"name": "@frontegg/redux-store",
"version": "7.48.0",
"version": "7.49.0",
"main": "./node/index.js",

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

"@frontegg/entitlements-javascript-commons": "1.1.2",
"@frontegg/rest-api": "7.48.0",
"@frontegg/rest-api": "7.49.0",
"fast-deep-equal": "3.1.3",

@@ -13,0 +13,0 @@ "get-value": "^3.0.1",

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