You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@exodus/app-process-mobile

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/app-process-mobile

Abstraction to monitor a mobile application's foreground or background status. Allows to manage app behavior based on its visibility status

3.10.0
latest
Source
npmnpm
Version published
Weekly downloads
1.8K
-30.4%
Maintainers
1
Weekly downloads
 
Created
Source

@exodus/app-process-mobile

Usage

To use with the exodus sdk:

import appProcess from '@exodus/app-process-mobile'

exodus.use(appProcess())
// ...
exodus.resolve()

// The module exposes api methods that can be used to await the app state:
await exodus.appProcess.awaitForeground()

Alternatively attach the appProcessAtom and subscribe to changes.

FAQs

Package last updated on 21 Jul 2025

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