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

@exodus/app-process-mobile

Package Overview
Dependencies
Maintainers
0
Versions
25
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.6.3
latest
Source
npm
Version published
Maintainers
0
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 12 Mar 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