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
36
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.5 to 1.1.0

1

definitions.d.ts

@@ -15,2 +15,3 @@ export interface WatcherOptions {

altitudeAccuracy: number | null;
simulated: boolean;
bearing: number | null;

@@ -17,0 +18,0 @@ speed: number | null;

2

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

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

@@ -88,2 +88,4 @@ # Background Geolocation

bearing: 159.60000610351562,
// True if the location was simulated by software, rather than GPS.
simulated: false,
// Speed in metres per second (or null).

@@ -90,0 +92,0 @@ speed: 23.51068878173828,

Sorry, the diff of this file is not supported yet

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