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

quantified-self-lib

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quantified-self-lib - npm Package Compare versions

Comparing version 3.4.11 to 3.4.12

1

lib/activities/activity.types.js

@@ -22,2 +22,3 @@ "use strict";

case ActivityTypes.Running:
return [data_pace_avg_1.DataPaceAvg.type];
case ActivityTypes['Trail Running']:

@@ -24,0 +25,0 @@ return [data_pace_avg_1.DataPaceAvg.type, data_vertical_speed_avg_1.DataVerticalSpeedAvg.type];

import { GeoLibAdapterInterface } from './adapter.interface';
import { DataPositionInterface } from '../../data/data.position.interface';
export declare class GeoLibAdapter implements GeoLibAdapterInterface {
findNearest: (point: import("geolib/es/types").GeolibInputCoordinates, coords: import("geolib/es/types").GeolibInputCoordinates[]) => import("geolib/es/types").GeolibInputCoordinates;
constructor();
getDistance(positionArray: DataPositionInterface[]): number;
}

@@ -7,4 +7,6 @@ "use strict";

var getDistance_1 = __importDefault(require("geolib/es/getDistance"));
var findNearest_1 = __importDefault(require("geolib/es/findNearest"));
var GeoLibAdapter = /** @class */ (function () {
function GeoLibAdapter() {
this.findNearest = findNearest_1.default;
}

@@ -11,0 +13,0 @@ GeoLibAdapter.prototype.getDistance = function (positionArray) {

2

package.json
{
"name": "quantified-self-lib",
"version": "3.4.11",
"version": "3.4.12",
"description": "A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc",

@@ -5,0 +5,0 @@ "keywords": [

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