@gatekeeperx/cordova-plugin-devicex 1.2.7 → 1.2.8

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 +0 -1
  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.
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.8",
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>