react-native-security-suite 0.9.16 → 0.9.18

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -351,12 +351,12 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
351
351
 
352
352
  - 📧 Email: 7navabi@gmail.com
353
353
  - 🐛 Issues: [GitHub Issues](https://github.com/mohamadnavabi/react-native-security-suite/issues)
354
- - 📖 Documentation: [GitHub Wiki](https://github.com/mohamadnavabi/react-native-security-suite/wiki)
354
+ - 📖 Documentation: [GitHub Wiki](#)
355
355
 
356
356
  ---
357
357
 
358
358
  <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 20px;">
359
- <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/pulse.png" alt="iOS Pulse Network Monitor" width="200" />
359
+ <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/pulse.gif" alt="iOS Pulse Network Monitor" width="200" />
360
360
  <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/chucker.gif" alt="Android Chucker Network Monitor" width="200" />
361
361
  </div>
362
362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-security-suite",
3
- "version": "0.9.16",
3
+ "version": "0.9.18",
4
4
  "description": "Comprehensive security suite for React Native apps - Root/Jailbreak detection, SSL pinning, encryption, secure storage, screenshot protection, and network monitoring",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",