@frontegg/js 7.47.0 → 7.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +12 -5
- package/umd/frontegg.production.min.js +1 -1
- package/umd/frontegg.production.min.js.LICENSE.txt +1 -1
- package/version.js +1 -1
package/index.js
CHANGED
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.49.0",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Frontegg LTD",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/types": "7.
|
|
9
|
+
"@frontegg/types": "7.49.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1625,7 +1625,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1625
1625
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1626
1626
|
/* harmony export */ });
|
|
1627
1627
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1628
|
-
cdnVersion: '7.
|
|
1628
|
+
cdnVersion: '7.49.0'
|
|
1629
1629
|
});
|
|
1630
1630
|
|
|
1631
1631
|
/***/ }),
|
|
@@ -12263,6 +12263,11 @@ const _excluded = ["callback"];
|
|
|
12263
12263
|
tableState: inactiveUsersTable
|
|
12264
12264
|
}, payload));
|
|
12265
12265
|
};
|
|
12266
|
+
const markSecurityCenterStateAsChanged = (changed = true) => {
|
|
12267
|
+
setSecurityCenterState({
|
|
12268
|
+
hasSecurityChanges: changed
|
|
12269
|
+
});
|
|
12270
|
+
};
|
|
12266
12271
|
return {
|
|
12267
12272
|
setSecurityCenterState,
|
|
12268
12273
|
resetSecurityCenterState,
|
|
@@ -12274,7 +12279,8 @@ const _excluded = ["callback"];
|
|
|
12274
12279
|
sendBulkResetBreachedPasswordEmails,
|
|
12275
12280
|
loadBreachedPasswordUsers,
|
|
12276
12281
|
loadUnenrolledMfaUsers,
|
|
12277
|
-
loadInactiveUsers
|
|
12282
|
+
loadInactiveUsers,
|
|
12283
|
+
markSecurityCenterStateAsChanged
|
|
12278
12284
|
};
|
|
12279
12285
|
});
|
|
12280
12286
|
|
|
@@ -12323,6 +12329,7 @@ const initialState = {
|
|
|
12323
12329
|
errors: {},
|
|
12324
12330
|
recommendations: undefined,
|
|
12325
12331
|
insights: undefined,
|
|
12332
|
+
hasSecurityChanges: false,
|
|
12326
12333
|
score: 0,
|
|
12327
12334
|
breachedPasswordUsersTable: {
|
|
12328
12335
|
users: [],
|
|
@@ -17936,7 +17943,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17936
17943
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
17937
17944
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
17938
17945
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
17939
|
-
/** @license Frontegg v7.
|
|
17946
|
+
/** @license Frontegg v7.49.0
|
|
17940
17947
|
*
|
|
17941
17948
|
* This source code is licensed under the MIT license found in the
|
|
17942
17949
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -27971,7 +27978,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27971
27978
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
27972
27979
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
27973
27980
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
27974
|
-
/** @license Frontegg v7.
|
|
27981
|
+
/** @license Frontegg v7.49.0
|
|
27975
27982
|
*
|
|
27976
27983
|
* This source code is licensed under the MIT license found in the
|
|
27977
27984
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -30601,7 +30608,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30601
30608
|
/* harmony export */ });
|
|
30602
30609
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
30603
30610
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
30604
|
-
/** @license Frontegg v7.
|
|
30611
|
+
/** @license Frontegg v7.49.0
|
|
30605
30612
|
*
|
|
30606
30613
|
* This source code is licensed under the MIT license found in the
|
|
30607
30614
|
* LICENSE file in the root directory of this source tree.
|