react-native-device-defense 1.1.1 → 1.1.3

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.
@@ -316,11 +316,12 @@ static bool checkModifiedSSLLibraries() {
316
316
  std::string line;
317
317
 
318
318
  const std::vector<std::string> trustedPaths = {
319
- "/system/lib/libssl",
320
- "/system/lib64/libssl",
321
- "/apex/com.android.conscrypt/lib",
322
- "/data/app/", // App's own lib path
323
- "/com.android.conscrypt"
319
+ "/system/",
320
+ "/apex/",
321
+ "/vendor/",
322
+ "/data/app/",
323
+ "/data/data/",
324
+ "/data/user/"
324
325
  };
325
326
 
326
327
  while (std::getline(mapsFile, line)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-device-defense",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Multi-layer device security detection for React Native (root, hook, debugger, emulator detection)",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",