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
31
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.0.1 to 1.0.2

12

definitions.d.ts

@@ -1,9 +0,1 @@

import {CallbackID} from "@capacitor/core/dist/esm/core-plugin-definitions";
declare module "@capacitor/core" {
interface PluginRegistry {
BackgroundGeolocation: BackgroundGeolocationPlugin;
}
}
export interface WatcherOptions {

@@ -39,7 +31,7 @@ backgroundMessage?: string;

) => void
): Promise<CallbackID>;
): Promise<string>;
removeWatcher(options: {
id: CallbackID
id: string
}): Promise<void>;
openSettings(): Promise<void>;
}

2

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

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

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