Skip to content

Commit 94ba12f

Browse files
authored
Merge pull request #14 from ThinkGrid-Labs/dev
fix: v0.3.1 — attestation, biometrics, storage helpers & SEO
2 parents bf3622c + 5ad7cfe commit 94ba12f

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-shield 🛡️
1+
# react-native-shield — React Native Security Suite
22

33
**The All-in-One Security Suite for React Native.**
44

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@think-grid-labs/react-native-shield",
3-
"version": "0.2.1",
4-
"description": "All-in-one security suite",
3+
"version": "0.3.1",
4+
"description": "React Native security library — root detection, jailbreak detection, SSL pinning, biometric authentication, secure storage, and Play Integrity attestation for iOS and Android",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",
77
"exports": {
@@ -42,14 +42,23 @@
4242
},
4343
"keywords": [
4444
"react-native",
45+
"security",
46+
"root-detection",
47+
"jailbreak-detection",
48+
"ssl-pinning",
49+
"biometric-authentication",
50+
"secure-storage",
51+
"play-integrity",
52+
"frida-detection",
53+
"turbomodule",
4554
"ios",
4655
"android"
4756
],
4857
"repository": {
4958
"type": "git",
5059
"url": "git+https://github.com/ThinkGrid-Labs/react-native-shield.git"
5160
},
52-
"author": "AkosiDencio <dtpaler@gmail.com>",
61+
"author": "AkosiDencio <dennis@thinkgrid.dev>",
5362
"license": "MIT",
5463
"bugs": {
5564
"url": "https://github.com/ThinkGrid-Labs/react-native-shield/issues"

0 commit comments

Comments
 (0)