New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tcx-file

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcx-file

--- A library to get info from a tcx file.

latest
npmnpm
Version
1.0.11
Version published
Maintainers
1
Created
Source

tcx-file

A library to get info from a tcx file.

Constructor

javascript constructor(file?: string)
where the file is the full path of tcx file

Properties

activities:Activity[] the activities in the file

count:number

the number of activities

id:string

the unique name of the file. Usually the datetime of the start!

sport:string

the type of activity

path: IPosition[] | undefined

Array with all the points of the path

pathForGoogleMaps:

Array with all the points in format that google maps API understands

laps:Lap[]

Array with all Lap objects

timeInSeconds:number|undefined

The duration of activity

pace:Pace

A pace object to the activity's pace

calories:number

the calories of activity

summary:ISummary

the summary of the file

FAQs

Package last updated on 15 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts