@stacksjs/security 0.58.72 → 0.58.73
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/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
17
17
|
};
|
|
18
18
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
19
19
|
|
|
20
|
-
//
|
|
20
|
+
// ../../../../node_modules/crypto-js/core.js
|
|
21
21
|
var require_core = __commonJS((exports, module) => {
|
|
22
22
|
(function(root, factory) {
|
|
23
23
|
if (typeof exports === "object") {
|
|
@@ -307,7 +307,7 @@ var require_core = __commonJS((exports, module) => {
|
|
|
307
307
|
});
|
|
308
308
|
});
|
|
309
309
|
|
|
310
|
-
//
|
|
310
|
+
// ../../../../node_modules/crypto-js/enc-utf8.js
|
|
311
311
|
var require_enc_utf8 = __commonJS((exports, module) => {
|
|
312
312
|
(function(root, factory) {
|
|
313
313
|
if (typeof exports === "object") {
|
|
@@ -322,7 +322,7 @@ var require_enc_utf8 = __commonJS((exports, module) => {
|
|
|
322
322
|
});
|
|
323
323
|
});
|
|
324
324
|
|
|
325
|
-
//
|
|
325
|
+
// ../../../../node_modules/crypto-js/enc-base64.js
|
|
326
326
|
var require_enc_base64 = __commonJS((exports, module) => {
|
|
327
327
|
(function(root, factory) {
|
|
328
328
|
if (typeof exports === "object") {
|
|
@@ -402,7 +402,7 @@ var require_enc_base64 = __commonJS((exports, module) => {
|
|
|
402
402
|
});
|
|
403
403
|
});
|
|
404
404
|
|
|
405
|
-
//
|
|
405
|
+
// ../../../../node_modules/crypto-js/md5.js
|
|
406
406
|
var require_md5 = __commonJS((exports, module) => {
|
|
407
407
|
(function(root, factory) {
|
|
408
408
|
if (typeof exports === "object") {
|
|
@@ -579,7 +579,7 @@ var require_md5 = __commonJS((exports, module) => {
|
|
|
579
579
|
});
|
|
580
580
|
});
|
|
581
581
|
|
|
582
|
-
//
|
|
582
|
+
// ../../../../node_modules/crypto-js/sha1.js
|
|
583
583
|
var require_sha1 = __commonJS((exports, module) => {
|
|
584
584
|
(function(root, factory) {
|
|
585
585
|
if (typeof exports === "object") {
|
|
@@ -668,7 +668,7 @@ var require_sha1 = __commonJS((exports, module) => {
|
|
|
668
668
|
});
|
|
669
669
|
});
|
|
670
670
|
|
|
671
|
-
//
|
|
671
|
+
// ../../../../node_modules/crypto-js/hmac.js
|
|
672
672
|
var require_hmac = __commonJS((exports, module) => {
|
|
673
673
|
(function(root, factory) {
|
|
674
674
|
if (typeof exports === "object") {
|
|
@@ -730,7 +730,7 @@ var require_hmac = __commonJS((exports, module) => {
|
|
|
730
730
|
});
|
|
731
731
|
});
|
|
732
732
|
|
|
733
|
-
//
|
|
733
|
+
// ../../../../node_modules/crypto-js/evpkdf.js
|
|
734
734
|
var require_evpkdf = __commonJS((exports, module) => {
|
|
735
735
|
(function(root, factory, undef) {
|
|
736
736
|
if (typeof exports === "object") {
|
|
@@ -789,7 +789,7 @@ var require_evpkdf = __commonJS((exports, module) => {
|
|
|
789
789
|
});
|
|
790
790
|
});
|
|
791
791
|
|
|
792
|
-
//
|
|
792
|
+
// ../../../../node_modules/crypto-js/cipher-core.js
|
|
793
793
|
var require_cipher_core = __commonJS((exports, module) => {
|
|
794
794
|
(function(root, factory, undef) {
|
|
795
795
|
if (typeof exports === "object") {
|
|
@@ -1087,7 +1087,7 @@ var require_cipher_core = __commonJS((exports, module) => {
|
|
|
1087
1087
|
});
|
|
1088
1088
|
});
|
|
1089
1089
|
|
|
1090
|
-
//
|
|
1090
|
+
// ../../../../node_modules/crypto-js/aes.js
|
|
1091
1091
|
var require_aes = __commonJS((exports, module) => {
|
|
1092
1092
|
(function(root, factory, undef) {
|
|
1093
1093
|
if (typeof exports === "object") {
|
|
@@ -1239,7 +1239,7 @@ var require_aes = __commonJS((exports, module) => {
|
|
|
1239
1239
|
});
|
|
1240
1240
|
});
|
|
1241
1241
|
|
|
1242
|
-
//
|
|
1242
|
+
// ../../../../node_modules/bcryptjs/dist/bcrypt.js
|
|
1243
1243
|
var require_bcrypt = __commonJS((exports, module) => {
|
|
1244
1244
|
(function(global2, factory) {
|
|
1245
1245
|
if (typeof define === "function" && define["amd"])
|
|
@@ -3078,7 +3078,7 @@ var decrypt = function(encrypted) {
|
|
|
3078
3078
|
// src/hash.ts
|
|
3079
3079
|
var import_bcryptjs = __toESM(require_bcrypt(), 1);
|
|
3080
3080
|
|
|
3081
|
-
//
|
|
3081
|
+
// ../../../../node_modules/js-base64/base64.mjs
|
|
3082
3082
|
var version = "3.7.6";
|
|
3083
3083
|
var VERSION = version;
|
|
3084
3084
|
var _hasatob = typeof atob === "function";
|