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.13 to 3.3.14

2

lib/data/data.rpe.d.ts

@@ -8,3 +8,3 @@ import { DataNumber } from './data.number';

'No exertion at all' = 0,
'Very, very slight (just noticeable)' = 1,
'Very, very slight' = 1,
'Very slight' = 2,

@@ -11,0 +11,0 @@ 'Slight' = 3,

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

RPEBorgCR10SCale[RPEBorgCR10SCale["No exertion at all"] = 0] = "No exertion at all";
RPEBorgCR10SCale[RPEBorgCR10SCale["Very, very slight (just noticeable)"] = 1] = "Very, very slight (just noticeable)";
RPEBorgCR10SCale[RPEBorgCR10SCale["Very, very slight"] = 1] = "Very, very slight";
RPEBorgCR10SCale[RPEBorgCR10SCale["Very slight"] = 2] = "Very slight";

@@ -35,0 +35,0 @@ RPEBorgCR10SCale[RPEBorgCR10SCale["Slight"] = 3] = "Slight";

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

if (!activityTypesStat) {
throw new Error("Event has no activity types");
throw new Error("Event with id " + this.getID() + " has no activity types");
}

@@ -79,3 +79,3 @@ return activityTypesStat.getValue().length > 1 ?

if (!deviceNamesStat) {
throw new Error("Event has no device names");
throw new Error("Event with id " + this.getID() + " has no device names");
}

@@ -82,0 +82,0 @@ return "" + this.getUniqueStringWithMultiplier(deviceNamesStat.getValue());

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