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 0.3.13 to 0.3.14

1

definitions.d.ts

@@ -23,2 +23,3 @@ import {CallbackID} from "@capacitor/core/dist/esm/core-plugin-definitions";

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

@@ -25,0 +26,0 @@ speed: number | null;

2

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

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

@@ -93,2 +93,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).

@@ -95,0 +97,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