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

react-native-fingerprint-scanner

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-fingerprint-scanner - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

package.json
{
"name": "react-native-fingerprint-scanner",
"version": "2.0.1",
"version": "2.1.0",
"description": "React Native Fingerprint Scanner for Android and iOS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -220,5 +220,5 @@ # React Native Fingerprint Scanner

|---|---|---|
| `isSensorAvailable` (ios, android) | Returns a Promise. | `FingerprintScanner.isSensorAvailable()` |
| `authenticate` (ios) | Returns a Promise. | `FingerprintScanner.authenticate({ description })` |
| `authenticate` (android) | Returns a Promise. | `FingerprintScanner.authenticate({ onAttempt })` |
| `release` (android only) | Stops Fingerprint Scanner listener and optimizes memory. | `FingerprintScanner.release();` |
| `isSensorAvailable`</br>(ios, android) | Returns a `Promise`. | `FingerprintScanner.isSensorAvailable()` |
| `authenticate`</br>(ios) | Returns a `Promise`. | `FingerprintScanner.authenticate({ description })` |
| `authenticate`</br>(android) | Returns a `Promise`. | `FingerprintScanner.authenticate({ onAttempt })` |
| `release`</br>(android only) | Stops Fingerprint Scanner listener and optimizes memory. | `FingerprintScanner.release()` |
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