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 1.0.4 to 1.0.5

android/.gradle/2.2/taskArtifacts/cache.properties

5

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

@@ -23,4 +23,5 @@ "main": "index.js",

"ios": "cd examples && react-native run-ios",
"symlink": "cd examples && rm -rf node_modules/react-native-fingerprint-scanner && npm link ../../react-native-fingerprint-scanner && rm -rf ../package-lock.json",
"cleanup": "rm -rf yarn.lock node_modules && cd examples && rm -rf yarn.lock node_modules",
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn",
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink",
"release:patch": "npm version --force patch && npm publish && git push --follow-tags",

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

9

README.md

@@ -1,4 +0,6 @@

# react-native-fingerprint-scanner
[![Version](https://img.shields.io/npm/v/react-native-fingerprint-scanner.svg)](https://www.npmjs.com/package/react-native-fingerprint-scanner)
[![NPM](https://img.shields.io/npm/dm/react-native-fingerprint-scanner.svg)](https://www.npmjs.com/package/react-native-fingerprint-scanner)
## Getting started

@@ -20,3 +22,3 @@

3. In XCode, in the project navigator, select your project. Add `libReactNativeFingerprintScanner.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<
4. Run your project (`Cmd+R`)

@@ -42,5 +44,2 @@ #### Android

import ReactNativeFingerprintScanner from 'react-native-fingerprint-scanner';
// TODO: What to do with the module?
ReactNativeFingerprintScanner;
```

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