react-native-security-suite 0.9.13 → 0.9.15

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
@@ -6,8 +6,8 @@ You can use any of the following:
6
6
  <ol><li>Android Root device or iOS Jailbreak device detection</li><li>Disable screenshot or screen record</li><li>Text Encryption/Decryption</li><li>Secure storage</li><li>Diffie–Hellman key exchange</li><li>SSL Pinning &amp; public key pinning</li><li>Network Logger (Android Chucker - iOS Pulse)</li></ol>
7
7
 
8
8
  <div style="display: flex; flex-direction: row;">
9
- <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/chucker.gif" width="35%" height="500" />
10
- <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/pulse.png" width="75%" height="500" />
9
+ <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/pulse.png" />
10
+ <img src="https://raw.githubusercontent.com/mohamadnavabi/react-native-security-suite/master/chucker.gif" />
11
11
  </div>
12
12
 
13
13
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-security-suite",
3
- "version": "0.9.13",
3
+ "version": "0.9.15",
4
4
  "description": "Security solution for React Native",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",