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

jaakrecog-fingerprint

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jaakrecog-fingerprint

This plugin is for jaakrecog fingerprint

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by250%
Maintainers
1
Weekly downloads
 
Created
Source

jaakrecog-fingerprint

This plugin is for jaakrecog fingerprint
Current version v.1.0.0 beta.1

Versions

TypeDescription
masterControl of versions 1.0.0
stagingprerelease: beta is for plublic use (v.1.0.0.dev.1)
developprerelease: dev is for internal develop (v.1.0.0.beta.1)

Install

npm install jaakrecog-fingerprint
npx cap sync

Usage

Import the library into the component where it needs to be deployed


import { FingerPrint } from 'jaakrecog-fingerprint';

Use the function to make auths

  async testAuth() {
    const result = await FingerPrint.echo(options);
    console.log(result);
  }

API

  • callFingerAcquisition(...)

callFingerAcquisition(...)

callFingerAcquisition(options: { accessToken: string; is_production: boolean; }) => any
ParamType
options{ accessToken: string; is_production: boolean; }

Returns: any


Keywords

FAQs

Package last updated on 24 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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