Socket
Socket
Sign inDemoInstall

@capacitor/background-runner

Package Overview
Dependencies
2
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6-dev-20240416T212318.0 to 1.0.6-dev-20240416T225651.0

4

package.json
{
"name": "@capacitor/background-runner",
"version": "1.0.6-dev-20240416T212318.0",
"version": "1.0.6-dev-20240416T225651.0",
"description": "Capacitor Background Runner",

@@ -84,3 +84,3 @@ "main": "dist/plugin.cjs.js",

},
"gitHead": "bbb1e6ffec4fe612f069f39b3e4c1b4daed27210"
"gitHead": "e1b54f7215adfbfa3f1a173eaf3e077be6d54a02"
}

@@ -102,3 +102,3 @@ # @capacitor/background-runner

## About Background Runner
During the corse of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in.
During the course of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in.

@@ -105,0 +105,0 @@ Background Runner makes it easy to write JavaScript code to handle native background events. All you need to do is create your runner JavaScript file and [define your configuration](#configuring-background-runner), then the Background Runner plugin will automatically configure and schedule a native background task that will be executed according to your config and the rules of the platform. No modification to your UI code is necessary.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc