com.cprot.ead 1.0.5518 → 1.0.5683

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.
@@ -87,5 +87,5 @@ project.afterEvaluate {
87
87
  dependencies {
88
88
  implementation("com.facebook.react:react-native:+")
89
89
  implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
90
- implementation("com.cprot:ead:1.0.5517")
90
+ implementation("com.cprot:ead:1.0.5682")
91
91
  }
@@ -300,6 +300,10 @@ class CProtEadModuleModule(reactContext: ReactApplicationContext) :
300
300
  sendLogEvent("Integrity check success: $b")
301
301
  }
302
302
 
303
+ override fun onKeyloggersDetected(p0: ArrayList<String>) {
304
+ sendLogEvent("Keyloggers detected: $p0")
305
+ }
306
+
303
307
  override fun onRootedDeviceDetected(value: Boolean) {
304
308
  sendLogEvent("Rooted device detected: $value")
305
309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.cprot.ead",
3
- "version": "1.0.5518",
3
+ "version": "1.0.5683",
4
4
  "description": "c-prot ead android module",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",