@bantis/local-cipher 1.0.0 → 1.0.1
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@bantis/local-cipher)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](https://github.com/master-tech-team/-
|
|
5
|
+
[](https://github.com/master-tech-team/-bantis-local-cipher)
|
|
6
6
|
|
|
7
7
|
Librería de cifrado local AES-256-GCM para proteger datos sensibles en localStorage. Compatible con **Angular**, **React** y **JavaScript vanilla**.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bantis/local-cipher",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Librería de cifrado local AES-256-GCM para Angular, React y JavaScript con derivación de claves PBKDF2 y fingerprinting del navegador",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "git+https://github.com/master-tech-team/-
|
|
38
|
+
"url": "git+https://github.com/master-tech-team/-bantis-local-cipher.git"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/master-tech-team/-
|
|
40
|
+
"homepage": "https://github.com/master-tech-team/-bantis-local-cipher#readme",
|
|
41
41
|
"bugs": {
|
|
42
|
-
"url": "https://github.com/master-tech-team/-
|
|
42
|
+
"url": "https://github.com/master-tech-team/-bantis-local-cipher/issues"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -69,4 +69,4 @@
|
|
|
69
69
|
"optional": true
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
}
|
|
72
|
+
}
|