Socket
Book a DemoInstallSign in
Socket

@rolster/capacitor-update-manager

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rolster/capacitor-update-manager

Plugin for update manager in mobile Android, Huawei and iOS

latest
Source
npmnpm
Version
6.2.7
Version published
Maintainers
1
Created
Source

Rolster Capacitor UpdateManager

Plugin for update manager in mobile Android, Huawei and iOS.

Installation

Package only supports Capacitor 6

npm i @rolster/capacitor-update-manager

Android configuration

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.update.UpdateManagerPlugin;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(UpdateManagerPlugin.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}

Keywords

capacitor

FAQs

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