Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-radar

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-radar - npm Package Compare versions

Comparing version 3.1.3 to 3.3.0-beta.1

9

dist/esm/definitions.d.ts

@@ -63,2 +63,6 @@ import type { PluginListenerHandle } from '@capacitor/core';

startTrip(options: object): Promise<RadarTripCallback>;
updateTrip(options: {
options: object;
status?: string;
}): Promise<RadarTripCallback>;
completeTrip(): Promise<RadarTripCallback>;

@@ -186,2 +190,3 @@ cancelTrip(): Promise<RadarTripCallback>;

postalCode?: RadarRegion;
fraud?: RadarFraud;
}

@@ -316,1 +321,5 @@ export interface RadarTrip {

}
export interface RadarFraud {
proxy: boolean;
mocked: boolean;
}

1

dist/esm/web.d.ts

@@ -31,2 +31,3 @@ import { WebPlugin } from '@capacitor/core';

startTrip(): void;
updateTrip(): void;
completeTrip(): void;

@@ -33,0 +34,0 @@ cancelTrip(): void;

@@ -97,2 +97,5 @@ // @ts-nocheck

}
updateTrip() {
// not implemented
}
completeTrip() {

@@ -99,0 +102,0 @@ // not implemented

6

package.json
{
"name": "capacitor-radar",
"version": "3.1.3",
"version": "3.3.0-beta.1",
"description": "Capacitor plugin for Radar, the leading geofencing and location tracking platform",

@@ -14,7 +14,7 @@ "main": "dist/esm/index.js",

"author": "Radar Labs, Inc.",
"homepage": "https://radar.io",
"homepage": "https://radar.com",
"license": "Apache-2.0",
"dependencies": {
"@capacitor/core": "^3.0.1",
"radar-sdk-js": "^3.1.0-beta.9"
"radar-sdk-js": "^3.1.1"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ ![Radar](https://github.com/radarlabs/capacitor-radar/raw/master/logo.png)

[Radar](https://radar.io) is the leading geofencing and location tracking platform.
[Radar](https://radar.com) is the leading geofencing and location tracking platform.

@@ -12,5 +12,5 @@ The Radar SDK abstracts away cross-platform differences between location services, allowing you to add geofencing, location tracking, trip tracking, geocoding, and search to your apps with just a few lines of code.

See the Radar overview documentation [here](https://radar.io/documentation).
See the Radar overview documentation [here](https://radar.com/documentation).
Then, see the Radar Capacitor plugin documentation [here](https://radar.io/documentation/sdk/capacitor).
Then, see the Radar Capacitor plugin documentation [here](https://radar.com/documentation/sdk/capacitor).

@@ -23,2 +23,2 @@ ## Examples

Have questions? We're here to help! Email us at [support@radar.io](mailto:support@radar.io).
Have questions? We're here to help! Email us at [support@radar.com](mailto:support@radar.com).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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