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 1.0.0-pre-1 to 1.0.0-pre-10

lib/activities/activity.d.ts

6

package.json
{
"name": "quantified-self-lib",
"version": "1.0.0-pre-1",
"description": "A utility lib to work with tcx, fit and Suunto files",
"version": "1.0.0-pre-10",
"description": "A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc",
"main": "lib/index.js",

@@ -27,2 +27,3 @@ "types": "lib/index.d.ts",

"geolib": "^2.0.24",
"gxparser": "^1.0.0",
"lowpassf": "^0.5.0",

@@ -52,3 +53,2 @@ "moving-median": "^1.0.0",

],
"collectCoverage": true,
"globals": {

@@ -55,0 +55,0 @@ "ts-jest": {

@@ -1,1 +0,25 @@

# quantified-self-lib
# Quantified Self Lib
*A Library to for processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc*
Master
[![codebeat badge](https://codebeat.co/badges/e99f7c8a-3b7a-4d5b-9034-2dfd38c0e0a3)](https://codebeat.co/projects/github-com-jimmykane-quantified-self-lib-develop)
[![Build Status](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=master)](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=master)
[![codecov](https://codecov.io/gh/jimmykane/quantified-self-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/jimmykane/quantified-self-lib)
Develop
[![codebeat badge](https://codebeat.co/badges/f39e837c-2885-47bb-94b3-a8718ad561a6)](https://codebeat.co/projects/github-com-jimmykane-quantified-self-lib-develop)
[![Build Status](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=develop)](https://travis-ci.org/jimmykane/quantified-self-lib.svg?branch=develop)
[![codecov](https://codecov.io/gh/jimmykane/quantified-self-lib/branch/develop/graph/badge.svg)](https://codecov.io/gh/jimmykane/quantified-self-lib)
About
-----
Quantified Self Lib tries to achieve a common domain model and lib for sport activity formats
such as GPX, TCX, FIT and other popular formats.
Currently the support is limit to the main formats: GPX, TCX, FIT and JSON*
*JSON is for specific services while GPX, TCX, FIT should be compatible with the move common services,
such as Strava, Movescount, Garmin, Polar and any other service that supprots the above exports.
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