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.3.26 to 3.3.28

2

lib/users/user.chart.settings.interface.d.ts

@@ -8,3 +8,3 @@ import { LapTypes } from '../laps/lap.types';

showAllData: boolean;
dataSmoothingLevel: number;
downSamplingLevel: number;
chartCursorBehaviour: ChartCursorBehaviours;

@@ -11,0 +11,0 @@ strokeWidth: number;

@@ -26,3 +26,2 @@ import { Privacy } from '../privacy/privacy.class.interface';

photoURL: string | null;
lastLogin: any;
displayName: string | null;

@@ -29,0 +28,0 @@ description: string | null;

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

photoURL: this.photoURL || null,
lastLogin: this.lastLogin || null,
displayName: this.displayName || null,

@@ -38,0 +37,0 @@ description: this.description || null,

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