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.2.1 to 3.2.2

10

lib/data/data.feeling.d.ts

@@ -6,7 +6,7 @@ import { DataNumber } from './data.number';

export declare enum Feelings {
Poor = 0,
Average = 1,
Good = 2,
'Very Good' = 3,
Excellent = 4
'Poor' = 1,
'Average' = 2,
'Good' = 3,
'Very Good' = 4,
'Excellent' = 5
}

@@ -28,7 +28,7 @@ "use strict";

(function (Feelings) {
Feelings[Feelings["Poor"] = 0] = "Poor";
Feelings[Feelings["Average"] = 1] = "Average";
Feelings[Feelings["Good"] = 2] = "Good";
Feelings[Feelings["Very Good"] = 3] = "Very Good";
Feelings[Feelings["Excellent"] = 4] = "Excellent";
Feelings[Feelings["Poor"] = 1] = "Poor";
Feelings[Feelings["Average"] = 2] = "Average";
Feelings[Feelings["Good"] = 3] = "Good";
Feelings[Feelings["Very Good"] = 4] = "Very Good";
Feelings[Feelings["Excellent"] = 5] = "Excellent";
})(Feelings = exports.Feelings || (exports.Feelings = {}));
{
"name": "quantified-self-lib",
"version": "3.2.1",
"version": "3.2.2",
"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