@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.

Files changed (3) hide show
  1. package/README.md +13 -2
  2. package/package.json +1 -1
  3. package/plugin.xml +1 -1
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # @gatekeeperx/cordova-plugin-devicex
2
2
 
3
- [![npm version](https://badge.fury.io/js/%40gatekeeperx%2Fcordova-plugin-devicex.svg)](https://www.npmjs.com/package/@gatekeeperx/cordova-plugin-devicex)
4
3
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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
- Instala el plugin utilizando el CLI de Cordova o Ionic. Esto descargará el paquete de npm y configurará automáticamente las dependencias nativas en tu proyecto.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gatekeeperx/cordova-plugin-devicex",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "GatekeeperX Device Intelligence Cordova plugin (Android)",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
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.7">
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>