New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.7 to 2.0.0

android/react-native-fingerprint-scanner.iml

5

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

@@ -25,3 +25,4 @@ "main": "index.js",

"cleanup": "rm -rf android/build ios/build yarn.lock node_modules && cd examples && rm -rf android/build android/app/build ios/build yarn.lock node_modules",
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink",
"cleanup:android": "cd examples/android && ./gradlew clean",
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android",
"release:patch": "npm version --force patch && npm publish && git push --follow-tags",

@@ -28,0 +29,0 @@ "release:minor": "npm version --force minor && npm publish && git push --follow-tags",

@@ -6,2 +6,12 @@ # react-native-fingerprint-scanner

<div>
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/ios-availability.png" height="600">
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/ios-authentication.gif" height="600">
</div>
<div>
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/android-availability.png" height="600">
<img src="https://github.com/hieuvp/react-native-fingerprint-scanner/raw/master/screenshots/android-authentication.gif" height="600">
</div>
## Getting started

@@ -8,0 +18,0 @@

12

src/index.js

@@ -1,5 +0,9 @@

import { NativeModules } from 'react-native';
import authenticate from './authenticate';
import isSensorAvailable from './isSensorAvailable';
import release from './release';
const { ReactNativeFingerprintScanner } = NativeModules;
export default ReactNativeFingerprintScanner;
export default {
authenticate,
release,
isSensorAvailable,
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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