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-8 to 1.0.0-pre-9

5

lib/events/adapters/importers/suunto/importer.suunto.json.js

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

var activities = activityStartEventSamples.map(function (activityStartEventSample, index) {
debugger;
var activity = new activity_1.Activity(new Date(activityStartEventSample.TimeISO8601), activityStartEventSamples.length - 1 === index ?

@@ -179,5 +180,3 @@ new Date(stopEventSample.TimeISO8601) :

activity.addPoint(point);
// if the point has fusedLocation data mark the activity by adding a stat
var activityFusedData = activity.getStat(data_fused_location_1.DataFusedLocation.className);
if (_this.hasFusedLocData(sample) && !activityFusedData) {
if (_this.hasFusedLocData(sample)) {
activity.addStat(new data_fused_location_1.DataFusedLocation(true));

@@ -184,0 +183,0 @@ }

2

package.json
{
"name": "quantified-self-lib",
"version": "1.0.0-pre-8",
"version": "1.0.0-pre-9",
"description": "A utility lib to work with gpx, tcx, fit and Suunto files",

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

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