xypriss-security 2.0.7 → 2.0.9

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.
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * Copyright (c) 2025 NEHONIX. All rights reserved.
8
8
  ****************************************************************************/
9
+ import { Password } from "./core/Password";
9
10
  /**
10
11
  * # XyPriss Security
11
12
  *
@@ -16,4 +17,6 @@ export * from "./components/index";
16
17
  export * from "./utils/index";
17
18
  export * from "./components/encryption/index";
18
19
  export * from "./components/serializer";
20
+ export * from "./components/cache/SecureCacheAdapter";
21
+ export declare const PasswordManager: typeof Password;
19
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;8EAO8E;AAE9E;;;;GAIG;AAGH,cAAc,cAAc,CAAC;AAG7B,cAAc,oBAAoB,CAAC;AAGnC,cAAc,eAAe,CAAC;AAC9B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;8EAO8E;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C;;;;GAIG;AAGH,cAAc,cAAc,CAAC;AAG7B,cAAc,oBAAoB,CAAC;AAGnC,cAAc,eAAe,CAAC;AAC9B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uCAAuC,CAAC;AAEtD,eAAO,MAAM,eAAe,iBAAW,CAAA"}
package/dist/src/index.js CHANGED
@@ -22,6 +22,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
22
22
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
23
23
  };
24
24
  Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.PasswordManager = void 0;
26
+ const Password_1 = require("./core/Password");
25
27
  /**
26
28
  * # XyPriss Security
27
29
  *
@@ -35,4 +37,7 @@ __exportStar(require("./components/index"), exports);
35
37
  __exportStar(require("./utils/index"), exports);
36
38
  __exportStar(require("./components/encryption/index"), exports);
37
39
  __exportStar(require("./components/serializer"), exports);
40
+ __exportStar(require("./components/cache/SecureCacheAdapter"), exports);
41
+ // pour compatibilité avec les autres
42
+ exports.PasswordManager = Password_1.Password;
38
43
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;8EAO8E;;;;;;;;;;;;;;;;AAE9E;;;;GAIG;AAEH,yDAAyD;AACzD,+CAA6B,CAAC,6CAA6C;AAE3E,oDAAoD;AACpD,qDAAmC;AAEnC,uBAAuB;AACvB,gDAA8B;AAC9B,gEAA8C;AAC9C,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;8EAO8E;;;;;;;;;;;;;;;;;AAE9E,8CAA2C;AAE3C;;;;GAIG;AAEH,yDAAyD;AACzD,+CAA6B,CAAC,6CAA6C;AAE3E,oDAAoD;AACpD,qDAAmC;AAEnC,uBAAuB;AACvB,gDAA8B;AAC9B,gEAA8C;AAC9C,0DAAwC;AACxC,wEAAsD;AACtD,qCAAqC;AACxB,QAAA,eAAe,GAAG,mBAAQ,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xypriss-security",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Advanced High-Performance Security Framework powered by a Go Core. Military-grade encryption, post-quantum resilience, and fortified data structures.",
5
5
  "author": {
6
6
  "name": "NEHONIX",