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
35
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 1.0.3 to 1.0.4

10

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

@@ -25,8 +25,8 @@ "repository": {

"devDependencies": {
"@capacitor/android": "^3.0.0-rc.0",
"@capacitor/core": "^3.0.0-rc.0",
"@capacitor/ios": "^3.0.0-rc.0"
"@capacitor/android": "^3.1.1",
"@capacitor/core": "^3.1.1",
"@capacitor/ios": "^3.1.1"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-rc.0"
"@capacitor/core": "^3.1.1"
},

@@ -33,0 +33,0 @@ "capacitor": {

@@ -170,2 +170,3 @@ # Background Geolocation

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

@@ -207,2 +208,5 @@ <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

### v1.0.4
- Added the `ACCESS_COARSE_LOCATION` permission. This is required for apps which target Android 12 (API level 31). A preceeding example shows how to add this permission to your app's manifest.
### v1.0.0

@@ -209,0 +213,0 @@ - BREAKING: `addWatcher` now returns a Promise which resolves to the callback ID, rather than the callback ID itself.

Sorry, the diff of this file is not supported yet

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