react-native-device-defense 1.0.9 → 1.1.0

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.
@@ -260,12 +260,7 @@ static bool checkSSLValidationBypass() {
260
260
  LOGD("Found SSL validation bypass in %s", propFile.c_str());
261
261
  return true;
262
262
  }
263
- if (line.find("ro.debuggable") != std::string::npos &&
264
- line.find("1") != std::string::npos) {
265
- // Debuggable builds may have SSL validation bypassed
266
- LOGD("Device is debuggable, SSL may be bypassed");
267
- return true;
268
- }
263
+
269
264
  }
270
265
  }
271
266
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-device-defense",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
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",