New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/background-geolocation

Package Overview
Dependencies
Maintainers
38
Versions
42
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.2 to 1.2.3

10

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

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

"devDependencies": {
"@capacitor/android": "^3.1.1",
"@capacitor/core": "^3.1.1",
"@capacitor/ios": "^3.1.1"
"@capacitor/android": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/ios": "^4.0.0"
},
"peerDependencies": {
"@capacitor/core": "^3.1.1"
"@capacitor/core": ">=3.0.0"
},

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

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

| v3 | v1 |
| v4 | v1 |

@@ -210,7 +211,10 @@ Read the documentation for v0.3 [here](https://github.com/capacitor-community/background-geolocation/tree/0.3.x).

### v1.2.3
- Adds support for Capacitor v4.
### v1.2.2
- Prevented location updates from halting on iOS due to extended inactivity.
- Prevents location updates from halting on iOS due to extended inactivity.
### v1.2.1
- Fixed background location updates for some devices running Android 12.
- Fixes background location updates for some devices running Android 12.

@@ -221,3 +225,3 @@ ### v1.2.0

### 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.
- Adds 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.

@@ -224,0 +228,0 @@ ### v1.0.0

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