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.6 to 0.3.7

2

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

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

@@ -104,2 +104,12 @@ # Background Geolocation

### Typescript support
```typescript
// Capacitor 2.x
import {
BackgroundGeolocationPlugin
} from "@capacitor-community/background-geolocation";
const BackgroundGeolocation = Plugins.BackgroundGeolocation as BackgroundGeolocationPlugin;
```
## Installation

@@ -106,0 +116,0 @@ ```sh

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