New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@seontechnologies/seon-react-native-mobile-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seontechnologies/seon-react-native-mobile-wrapper

SEON Mobile SDK React Native Wrapper

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
727
increased by14.13%
Maintainers
1
Weekly downloads
 
Created
Source

SEON Mobile SDK React Native Wrapper

You can integrate our device fingerprinting module into your React Native project. It contains an SDK for both Android and iOS apps. You can find more info about the iOS and Android SDK on GitHub. Install the npm package in your existing project:

Installation

npm install @seontechnologies/seon-react-native-mobile-wrapper

Usage

import Seon from '@seontechnologies/seon-react-native-mobile-wrapper';

// ...
// set session id
Seon.setSessionId('CUSTOM-SESSION-ID');
// enable logging
Seon.setLoggingEnabled(true);
// generate fingeprint
try {
    const fingerprint = await Seon.getFingerprintBase64();
} catch (e) {
    //...handle error
}
// call the Fraud API with the generated fingeprint from your backend

Keywords

FAQs

Package last updated on 05 Jan 2023

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