From 5ad7cfe3fbfcf7e968410f1003d113180293f0e0 Mon Sep 17 00:00:00 2001 From: Dennis Paler Date: Thu, 5 Mar 2026 10:01:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20v0.3.1=20=E2=80=94=20attestation,=20bio?= =?UTF-8?q?metrics,=20storage=20helpers=20&=20SEO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7408a2b..8f2c676 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-native-shield 🛡️ +# react-native-shield — React Native Security Suite **The All-in-One Security Suite for React Native.** diff --git a/package.json b/package.json index 01c12c8..eb2c8e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@think-grid-labs/react-native-shield", - "version": "0.2.1", - "description": "All-in-one security suite", + "version": "0.3.1", + "description": "React Native security library — root detection, jailbreak detection, SSL pinning, biometric authentication, secure storage, and Play Integrity attestation for iOS and Android", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { @@ -42,6 +42,15 @@ }, "keywords": [ "react-native", + "security", + "root-detection", + "jailbreak-detection", + "ssl-pinning", + "biometric-authentication", + "secure-storage", + "play-integrity", + "frida-detection", + "turbomodule", "ios", "android" ], @@ -49,7 +58,7 @@ "type": "git", "url": "git+https://github.com/ThinkGrid-Labs/react-native-shield.git" }, - "author": "AkosiDencio ", + "author": "AkosiDencio ", "license": "MIT", "bugs": { "url": "https://github.com/ThinkGrid-Labs/react-native-shield/issues"