capacitor-plugin-nitgen-fingerprint
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -22,3 +22,3 @@ { | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -41,3 +41,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -57,3 +57,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -79,3 +79,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -104,3 +104,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -135,3 +135,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -165,3 +165,3 @@ ], | ||
"name": "since", | ||
"text": "1.0.0" | ||
"text": "0.0.1" | ||
} | ||
@@ -190,3 +190,3 @@ ], | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -207,3 +207,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -235,3 +235,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -252,3 +252,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -271,3 +271,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -293,3 +293,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -306,3 +306,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -328,3 +328,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -341,3 +341,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -354,3 +354,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -376,3 +376,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -414,3 +414,3 @@ } | ||
{ | ||
"text": "1.0.0", | ||
"text": "0.0.1", | ||
"name": "since" | ||
@@ -417,0 +417,0 @@ } |
@@ -5,3 +5,3 @@ import type { PluginListenerHandle } from '@capacitor/core'; | ||
* Init the plugin with options | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -11,3 +11,3 @@ init(options: InitOptions & CaptureOptions): Promise<void>; | ||
* Connect to fingerprint device | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -17,3 +17,3 @@ connect(): Promise<void>; | ||
* Disconnect from fingerprint device | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -23,3 +23,3 @@ disconnect(): Promise<void>; | ||
* Capture a fingerprint | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -29,3 +29,3 @@ capture(options?: CaptureOptions): Promise<CaptureResult>; | ||
* Capture a fingerprint and match with a given text FIR | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -35,3 +35,3 @@ match(options: MatchOptions & CaptureOptions): Promise<MatchResult>; | ||
* Listen for connected event | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -41,3 +41,3 @@ addListener(eventName: 'onConnected', listenerFunc: OnConnectedListener): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
* Listen for disconnected event | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -49,3 +49,3 @@ addListener(eventName: 'onDisconnected', listenerFunc: () => void): Promise<PluginListenerHandle> & PluginListenerHandle; | ||
* Device ID | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -58,3 +58,3 @@ openedDeviceID: number; | ||
* Serial code | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -65,3 +65,3 @@ serial: string; | ||
* @default NORMAL | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -74,3 +74,3 @@ security?: SecurityLevel; | ||
* @default 10000 | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -81,3 +81,3 @@ timeout?: number; | ||
* @default PNG | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -89,3 +89,3 @@ imageFormat?: ImageFormat; | ||
* @default 50 | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -97,3 +97,3 @@ imageQuality?: number; | ||
* Captured text FIR | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -103,3 +103,3 @@ textFIR: string; | ||
* base64 encoded fingerprint image | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -111,3 +111,3 @@ image: string; | ||
* A stored text FIR to match with captured fingerprint | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -119,3 +119,3 @@ textFIR: string; | ||
* If captured fingerprint matched text FIR | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -125,3 +125,3 @@ isMatch: boolean; | ||
* Captured text FIR | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -131,3 +131,3 @@ textFIR: string; | ||
* base64 encoded fingerprint image | ||
* @since 1.0.0 | ||
* @since 0.0.1 | ||
*/ | ||
@@ -134,0 +134,0 @@ image: string; |
{ | ||
"name": "capacitor-plugin-nitgen-fingerprint", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Capacitor plugin for Nitgen fingerprint devices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -44,3 +44,3 @@ # capacitor-plugin-nitgen-fingerprint | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -58,3 +58,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -72,3 +72,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -92,3 +92,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -112,3 +112,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -133,3 +133,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -154,3 +154,3 @@ -------------------- | ||
**Since:** 1.0.0 | ||
**Since:** 0.0.1 | ||
@@ -167,4 +167,4 @@ -------------------- | ||
| -------------- | ------------------------------------------------------- | -------------- | ------------------- | ----- | | ||
| **`serial`** | <code>string</code> | Serial code | | 1.0.0 | | ||
| **`security`** | <code><a href="#securitylevel">SecurityLevel</a></code> | Security level | <code>NORMAL</code> | 1.0.0 | | ||
| **`serial`** | <code>string</code> | Serial code | | 0.0.1 | | ||
| **`security`** | <code><a href="#securitylevel">SecurityLevel</a></code> | Security level | <code>NORMAL</code> | 0.0.1 | | ||
@@ -176,5 +176,5 @@ | ||
| ------------------ | --------------------------------------------------- | ------------------------------------------------------- | ------------------ | ----- | | ||
| **`timeout`** | <code>number</code> | Capture timeout in milliseconds | <code>10000</code> | 1.0.0 | | ||
| **`imageFormat`** | <code><a href="#imageformat">ImageFormat</a></code> | Fingerprint image format | <code>PNG</code> | 1.0.0 | | ||
| **`imageQuality`** | <code>number</code> | Fingerprint image quality (0-100) Only applied for JPEG | <code>50</code> | 1.0.0 | | ||
| **`timeout`** | <code>number</code> | Capture timeout in milliseconds | <code>10000</code> | 0.0.1 | | ||
| **`imageFormat`** | <code><a href="#imageformat">ImageFormat</a></code> | Fingerprint image format | <code>PNG</code> | 0.0.1 | | ||
| **`imageQuality`** | <code>number</code> | Fingerprint image quality (0-100) Only applied for JPEG | <code>50</code> | 0.0.1 | | ||
@@ -186,4 +186,4 @@ | ||
| ------------- | ------------------- | -------------------------------- | ----- | | ||
| **`textFIR`** | <code>string</code> | Captured text FIR | 1.0.0 | | ||
| **`image`** | <code>string</code> | base64 encoded fingerprint image | 1.0.0 | | ||
| **`textFIR`** | <code>string</code> | Captured text FIR | 0.0.1 | | ||
| **`image`** | <code>string</code> | base64 encoded fingerprint image | 0.0.1 | | ||
@@ -195,5 +195,5 @@ | ||
| ------------- | -------------------- | ---------------------------------------- | ----- | | ||
| **`isMatch`** | <code>boolean</code> | If captured fingerprint matched text FIR | 1.0.0 | | ||
| **`textFIR`** | <code>string</code> | Captured text FIR | 1.0.0 | | ||
| **`image`** | <code>string</code> | base64 encoded fingerprint image | 1.0.0 | | ||
| **`isMatch`** | <code>boolean</code> | If captured fingerprint matched text FIR | 0.0.1 | | ||
| **`textFIR`** | <code>string</code> | Captured text FIR | 0.0.1 | | ||
| **`image`** | <code>string</code> | base64 encoded fingerprint image | 0.0.1 | | ||
@@ -205,3 +205,3 @@ | ||
| ------------- | ------------------- | ---------------------------------------------------- | ----- | | ||
| **`textFIR`** | <code>string</code> | A stored text FIR to match with captured fingerprint | 1.0.0 | | ||
| **`textFIR`** | <code>string</code> | A stored text FIR to match with captured fingerprint | 0.0.1 | | ||
@@ -220,3 +220,3 @@ | ||
| -------------------- | ------------------- | ----------- | ----- | | ||
| **`openedDeviceID`** | <code>number</code> | Device ID | 1.0.0 | | ||
| **`openedDeviceID`** | <code>number</code> | Device ID | 0.0.1 | | ||
@@ -223,0 +223,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package