Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-native-shield 🛡️
# react-native-shield — React Native Security Suite

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

Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -42,14 +42,23 @@
},
"keywords": [
"react-native",
"security",
"root-detection",
"jailbreak-detection",
"ssl-pinning",
"biometric-authentication",
"secure-storage",
"play-integrity",
"frida-detection",
"turbomodule",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ThinkGrid-Labs/react-native-shield.git"
},
"author": "AkosiDencio <dtpaler@gmail.com>",
"author": "AkosiDencio <dennis@thinkgrid.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThinkGrid-Labs/react-native-shield/issues"
Expand Down
Loading