Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-fingerprint-aio

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-fingerprint-aio - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.npmignore

7

package.json
{
"name": "cordova-plugin-fingerprint-aio",
"version": "0.1.3",
"version": "0.1.4",
"description": "Cordova plugin to use fingerprint authentication on Android and iOS",

@@ -32,3 +32,6 @@ "cordova": {

},
"homepage": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio#readme"
"homepage": "https://github.com/niklasmerz/cordova-plugin-fingerprint-aio#readme",
"devDependencies": {
"cordova-paramedic": "*"
}
}
# Cordova Plugin Fingerprint All-In-One
[![npm version](https://badge.fury.io/js/cordova-plugin-fingerprint-aio.svg)](https://badge.fury.io/js/cordova-plugin-fingerprint-aio)
[![GitHub version](https://badge.fury.io/gh/niklasmerz%2Fcordova-plugin-fingerprint-aio.svg)](https://badge.fury.io/gh/niklasmerz%2Fcordova-plugin-fingerprint-aio)
This plugin is my attempt to provide a single interface for accessing fingerprint hardware on both Android 6+ and iOS.

@@ -10,4 +13,8 @@

ngCordova support
ngCordova support planed for the future.
### Current status
Android authentication seems to be working fine with the demo app (see below). iOS needs to tested ( lack of Apple hardware).
The API is still in a constant stage of change but it will be similar to the implementation of Matthew Wheatley (@mjwheatly).
## Thanks to the authors of the original fingerprint plugins:

@@ -18,1 +25,5 @@

https://github.com/EddyVerbruggen/cordova-plugin-touch-id
## How to use
For now refer to my demo app: https://github.com/NiklasMerz/fingerprint-aio-demo
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc