react-native-security-suite 0.5.5 → 0.5.8

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,8 +23,6 @@ npm install react-native-security-suite
23
23
 
24
24
  ## Usage
25
25
 
26
- \
27
-
28
26
  1. Android Root or iOS Jailbreak devices detection example:
29
27
 
30
28
  ```js
@@ -85,6 +83,7 @@ const hardDecrypted = await decryptBySharedKey('STR_FOR_DECRYPT');
85
83
  console.log('Decrypted result: ', hardDecrypted);
86
84
  ```
87
85
 
86
+ \
88
87
  5. SSL Pinning example:
89
88
 
90
89
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-security-suite",
3
- "version": "0.5.5",
3
+ "version": "0.5.8",
4
4
  "description": "Security solution for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",