@hituchhimpa/react-native-auth-vault 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 +22 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# 🛡️ React Native Auth Vault
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@hituchhimpa/react-native-auth-vault)
|
|
4
|
-
[](LICENSE)
|
|
5
5
|
[](#)
|
|
6
6
|
|
|
7
7
|
A premium, native-first security and authentication library for React Native. Provides secure, hardware-backed cryptographic storage and runtime security auditing for enterprise-grade mobile applications.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hituchhimpa/react-native-auth-vault",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Native-first React Native security and authentication library",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -40,7 +40,27 @@
|
|
|
40
40
|
"keywords": [
|
|
41
41
|
"react-native",
|
|
42
42
|
"ios",
|
|
43
|
-
"android"
|
|
43
|
+
"android",
|
|
44
|
+
"security",
|
|
45
|
+
"authentication",
|
|
46
|
+
"biometrics",
|
|
47
|
+
"keychain",
|
|
48
|
+
"keystore",
|
|
49
|
+
"secure-storage",
|
|
50
|
+
"faceid",
|
|
51
|
+
"touchid",
|
|
52
|
+
"encryption",
|
|
53
|
+
"decryption",
|
|
54
|
+
"cryptography",
|
|
55
|
+
"secure-enclave",
|
|
56
|
+
"strongbox",
|
|
57
|
+
"credentials",
|
|
58
|
+
"auth",
|
|
59
|
+
"token-storage",
|
|
60
|
+
"jailbreak-detection",
|
|
61
|
+
"root-detection",
|
|
62
|
+
"device-security",
|
|
63
|
+
"audit"
|
|
44
64
|
],
|
|
45
65
|
"repository": {
|
|
46
66
|
"type": "git",
|