Socket
Socket
Sign inDemoInstall

react-native-biometrics

Package Overview
Dependencies
514
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

2.1.0

Diff

Changelog

Source

[2.1.0] - 2019-11-20

Changed

  • Refactored the javascript portion of the library into typescript
nappypirate
published 2.0.0 •

Changelog

Source

[2.0.0] - 2019-11-19

Breaking

  • Requires React Native 0.60+ for androidx compatibility
  • All functions now take an options object and return a result object
  • createSignature no longer prompts user for biometrics, simplePrompt can be used in conjunction with it to achieve the same effect
  • createSignature and simplePrompt no longer reject on cancellation, they resolve with a success flag set to false when a user cancels a biometric prompt
  • Android no longer resolves to biometry type of TouchID, it only resolves to Biometrics

Changed

  • Used android BiometricPrompt API for biometrics
  • Changed library function API
  • Added better support for prompt cancellations
  • Started to return native error messages in promise rejections
nappypirate
published 1.7.0 •

Changelog

Source

[1.7.0] - 2019-11-5

Changed

  • Removed dependency on android app compat library for compatibility with androidx
  • Used new access control policy for ios keystore
nappypirate
published 1.6.1 •

Changelog

Source

[1.6.1] - 2019-8-12

Changed

  • Fixed reported security issues from npm in dev dependencies
nappypirate
published 1.6.0 •

Changelog

Source

[1.6.0] - 2019-7-10

Changed

  • Disabled use password option on iOS by default
  • Detected if keys exists before trying to delete them and returned false in promise result in order to prevent error from occurring
nappypirate
published 1.5.2 •

Changelog

Source

[1.5.2] - 2019-5-9

Changed

  • Fixed android compilation error by re-organizing order of gradle repositories
nappypirate
published 1.5.1 •

Changelog

Source

[1.5.1] - 2019-4-26

Changed

  • Updated doc strings and type definition for the createKeys function
nappypirate
published 1.5.0 •

Changelog

Source

[1.5.0] - 2019-4-17

Added

  • Added the ability to not display a biometrics prompt when creating keys
nappypirate
published 1.4.0 •

Changelog

Source

[1.4.0] - 2019-4-3

Changed

  • Fixed reported security issues from npm
  • Added a dependency on appcompat-v7 in android to ensure required UI libraries are available

Added

  • Added a podspec file
nappypirate
published 1.3.0 •

Changelog

Source

[1.3.0] - 2019-1-24

Changed

  • Removed src directory and moved index.js to the root
  • Made sure all android error messages start with a capital letter

Added

  • Added a function for simply displaying a biometric prompt
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc