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

react-native-mantra-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.27 to 1.0.28

.history/package_20181011092522.json

2

package.json
{
"name": "react-native-mantra-fingerprint",
"version": "1.0.27",
"version": "1.0.28",
"description": "React native bridge for mantra finger print",

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

import { NativeModules } from 'react-native';
import createError from './createError';
const { MantraModules } = NativeModules;
const { MantraModule } = NativeModules;
export default () => {
alert(MantraModules);
alert(MantraModule);
return new Promise((resolve, reject) => {
MantraModules.InitScanner()
MantraModule.InitScanner()
.then((biometryType) => resolve(biometryType))

@@ -11,0 +11,0 @@ .catch(error => reject(createError(error.message)));

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