@gatekeeperx/cordova-plugin-devicex 1.2.7 → 1.2.9
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.
Potentially problematic release.
This version of @gatekeeperx/cordova-plugin-devicex might be problematic. Click here for more details.
- package/README.md +13 -2
- package/package.json +1 -1
- package/plugin.xml +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# @gatekeeperx/cordova-plugin-devicex
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@gatekeeperx/cordova-plugin-devicex)
|
|
4
3
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
5
4
|
|
|
6
5
|
Plugin oficial de Cordova para la integración del SDK **GatekeeperX Device Intelligence** en aplicaciones Android. Proporciona capacidades avanzadas de fingerprinting, detección de fraude (root, emuladores, hooks) y telemetría de seguridad.
|
|
@@ -20,7 +19,19 @@ Para integrar este plugin, asegúrate de cumplir con los siguientes requisitos:
|
|
|
20
19
|
|
|
21
20
|
## 🔧 Instalación
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
|
|
23
|
+
### Prerequisitos
|
|
24
|
+
|
|
25
|
+
Asegúrate de tener instalado Node.js y npm en tu máquina. ejecuta este comando para instalar el plugin:
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npm i @gatekeeperx/cordova-plugin-devicex
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Instalación
|
|
33
|
+
|
|
34
|
+
Instala el plugin utilizando el CLI de Cordova o Ionic. Esto configurará automáticamente las dependencias nativas en tu proyecto.
|
|
24
35
|
|
|
25
36
|
```bash
|
|
26
37
|
# Usando Ionic CLI (Recomendado)
|
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<plugin id="@gatekeeperx/cordova-plugin-devicex"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
|
-
xmlns:android="http://schemas.android.com/apk/res/android" version="1.2.
|
|
4
|
+
xmlns:android="http://schemas.android.com/apk/res/android" version="1.2.8">
|
|
5
5
|
<name>Devicex</name>
|
|
6
6
|
<description>GatekeeperX Device Intelligence Cordova plugin (Android)</description>
|
|
7
7
|
<license>Apache-2.0</license>
|