Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/background-geolocation

Package Overview
Dependencies
Maintainers
25
Versions
41
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 0.3.9 to 0.3.10

2

package.json
{
"name": "@capacitor-community/background-geolocation",
"version": "0.3.9",
"version": "0.3.10",
"description": "Receive geolocation updates even while app is backgrounded.",

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

@@ -121,3 +121,3 @@ # Background Geolocation

### iOS
Specify the following keys in `Info.plist.`:
Add the following keys to `Info.plist.`:

@@ -131,2 +131,6 @@ ```xml

<string>We need to track your location while your device is locked.</string>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
...

@@ -133,0 +137,0 @@ </dict>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc