New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-radar

Package Overview
Dependencies
Maintainers
6
Versions
44
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.2 to 3.1.3

15

dist/esm/definitions.d.ts

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

metadata?: object;
trip?: RadarTrip;
geofences?: RadarGeofence[];

@@ -186,2 +187,12 @@ insights?: RadarInsights;

}
export interface RadarTrip {
_id: string;
externalId: string;
metadata?: object;
destinationGeofenceTag?: string;
destinationGeofenceExternalId?: string;
mode?: string;
eta?: RadarTripEta;
status: string;
}
export interface RadarContext {

@@ -301,1 +312,5 @@ geofences?: RadarGeofence[];

}
export interface RadarTripEta {
distance?: number;
duration?: number;
}

2

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

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

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