react-native-fingerprint-scanner
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"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", |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 53 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51895692
1392
1
44
54