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.0.4 to 3.0.5

4

lib/events/adapters/importers/fit/importer.fit.mapper.js

@@ -23,3 +23,3 @@ "use strict";

getSampleValue: function (sample) {
return sample.position_lat === 0 ? null : sample.position_lat;
return sample.position_lat;
},

@@ -30,3 +30,3 @@ },

getSampleValue: function (sample) {
return sample.position_long === 0 ? null : sample.position_long;
return sample.position_long;
},

@@ -33,0 +33,0 @@ },

{
"name": "quantified-self-lib",
"version": "3.0.4",
"version": "3.0.5",
"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