@esfaenza/extensions 11.2.11 → 11.2.12

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.
@@ -19,17 +19,13 @@ export declare class HashingService {
19
19
  */
20
20
  hashObject(o: any, level?: number, navigateFullDepth?: boolean, precise?: boolean): string;
21
21
  /**
22
- * Hash più semplice e più veloce dell'md5, ma meno sicuro... vediamo come va
22
+ * Hash più semplice e più veloce dell'md5, ma meno sicuro
23
23
  *
24
- * @param {string} str Stringa di cui calcolare l'hash
25
- */
26
- private simpleHash;
27
- /**
28
- * Hash più semplice e più veloce dell'md5, ma meno sicuro... vediamo come va
24
+ * Vedi https://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript
29
25
  *
30
26
  * @param {string} str Stringa di cui calcolare l'hash
31
27
  */
32
- private superSimpleHash;
28
+ private simpleHash;
33
29
  /**
34
30
  * Blacklist dei tipi da ignorare quando si effettua l'hashing degli oggetti
35
31
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "11.2.11",
3
+ "version": "11.2.12",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },