Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@capacitor-community/background-geolocation

Package Overview
Dependencies
Maintainers
45
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/background-geolocation - npm Package Compare versions

Comparing version
1.2.21
to
1.2.22
+1
-1
package.json
{
"name": "@capacitor-community/background-geolocation",
"version": "1.2.21",
"version": "1.2.22",
"description": "Receive geolocation updates even while the app is in the background.",

@@ -5,0 +5,0 @@ "repository": {

@@ -209,2 +209,8 @@ # Background Geolocation

### v1.2.22
- Avoid interfering with safe area insets on Android
### v1.2.21
- Customize the notification color on Android.
### v1.2.19

@@ -211,0 +217,0 @@ - Fix a bug preventing the foreground service starting on Android.

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.getcapacitor.BridgeActivity"
>
<WebView
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
<resources>
<string name="my_string">Just a simple string</string>
</resources>
<resources>
</resources>