react-native-device-defense 1.1.3 → 1.1.4

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.
@@ -35,6 +35,7 @@ target_compile_options(device-security PRIVATE
35
35
  target_link_options(device-security PRIVATE
36
36
  -Wl,--gc-sections
37
37
  -Wl,-s
38
+ -Wl,-z,max-page-size=16384
38
39
  )
39
40
 
40
41
  # Strip symbols in release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-device-defense",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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",