capacitor-radar
Advanced tools
Comparing version 3.1.3 to 3.3.0-beta.1
@@ -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; | ||
} |
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100936
693
1
1
Updatedradar-sdk-js@^3.1.1