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

expo-seon

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

expo-seon

Add Seon into your Expo application

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

npm version

expo-seon

Expo module to talk with Seon

Seon documentation

How to use it?

npm install expo-seon

or

yarn add expo-seon

Once it is installed just import the new module and starting using it.

import * as ExpoSeon from 'expo-seon';
const seonSessionId = uuidv4(); // if needed
const fingerprintBase64 = await ExpoSeon.fingerprintBase64(seonSessionId);

  • Because this is a native module, it will not work with Expo Go. Only works with EAS Builds.
  • Once installed, create a new development build, otherwise, will fail.

Wanna help?

  • Open a new PR
  • npm run build => on another Terminal
  • cd example && npx expo run:ios

Expo Docs

Keywords

FAQs

Package last updated on 14 Mar 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