Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fitness-models

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitness-models - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## v4.0.1 (2021-06-07)
### Fixed
- [bd65b19](https://github.com/fabulator/fitness-models/commit/bd65b19f75300c14072d985eed4ebadcca613970) Update lock for security updated
## v4.0.0 (2021-06-06)

@@ -5,0 +9,0 @@ ### Changed

30

dist/Point.js

@@ -26,22 +26,12 @@ 'use strict';

}) {
_defineProperty__default['default'](this, "time", void 0);
_defineProperty__default['default'](this, "latitude", void 0);
_defineProperty__default['default'](this, "longitude", void 0);
_defineProperty__default['default'](this, "distance", void 0);
_defineProperty__default['default'](this, "duration", void 0);
_defineProperty__default['default'](this, "speed", void 0);
_defineProperty__default['default'](this, "hr", void 0);
_defineProperty__default['default'](this, "cadence", void 0);
_defineProperty__default['default'](this, "altitude", void 0);
_defineProperty__default['default'](this, "temperature", void 0);
this.time = void 0;
this.latitude = void 0;
this.longitude = void 0;
this.distance = void 0;
this.duration = void 0;
this.speed = void 0;
this.hr = void 0;
this.cadence = void 0;
this.altitude = void 0;
this.temperature = void 0;
this.time = time;

@@ -48,0 +38,0 @@ this.latitude = latitude;

@@ -34,36 +34,19 @@ 'use strict';

}) {
_defineProperty__default['default'](this, "start", void 0);
_defineProperty__default['default'](this, "duration", void 0);
_defineProperty__default['default'](this, "typeId", void 0);
_defineProperty__default['default'](this, "points", void 0);
_defineProperty__default['default'](this, "distance", void 0);
_defineProperty__default['default'](this, "calories", void 0);
_defineProperty__default['default'](this, "notes", void 0);
_defineProperty__default['default'](this, "avgHeartRate", void 0);
_defineProperty__default['default'](this, "maxHeartRate", void 0);
_defineProperty__default['default'](this, "title", void 0);
_defineProperty__default['default'](this, "ascent", void 0);
_defineProperty__default['default'](this, "descent", void 0);
_defineProperty__default['default'](this, "hashtags", void 0);
_defineProperty__default['default'](this, "isRace", void 0);
_defineProperty__default['default'](this, "isCommute", void 0);
_defineProperty__default['default'](this, "privacy", void 0);
_defineProperty__default['default'](this, "mapPrivacy", void 0);
this.start = void 0;
this.duration = void 0;
this.typeId = void 0;
this.points = void 0;
this.distance = void 0;
this.calories = void 0;
this.notes = void 0;
this.avgHeartRate = void 0;
this.maxHeartRate = void 0;
this.title = void 0;
this.ascent = void 0;
this.descent = void 0;
this.hashtags = void 0;
this.isRace = void 0;
this.isCommute = void 0;
this.privacy = void 0;
this.mapPrivacy = void 0;
this.start = start;

@@ -70,0 +53,0 @@ this.duration = duration;

@@ -20,22 +20,12 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';

}) {
_defineProperty(this, "time", void 0);
_defineProperty(this, "latitude", void 0);
_defineProperty(this, "longitude", void 0);
_defineProperty(this, "distance", void 0);
_defineProperty(this, "duration", void 0);
_defineProperty(this, "speed", void 0);
_defineProperty(this, "hr", void 0);
_defineProperty(this, "cadence", void 0);
_defineProperty(this, "altitude", void 0);
_defineProperty(this, "temperature", void 0);
this.time = void 0;
this.latitude = void 0;
this.longitude = void 0;
this.distance = void 0;
this.duration = void 0;
this.speed = void 0;
this.hr = void 0;
this.cadence = void 0;
this.altitude = void 0;
this.temperature = void 0;
this.time = time;

@@ -42,0 +32,0 @@ this.latitude = latitude;

@@ -28,36 +28,19 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';

}) {
_defineProperty(this, "start", void 0);
_defineProperty(this, "duration", void 0);
_defineProperty(this, "typeId", void 0);
_defineProperty(this, "points", void 0);
_defineProperty(this, "distance", void 0);
_defineProperty(this, "calories", void 0);
_defineProperty(this, "notes", void 0);
_defineProperty(this, "avgHeartRate", void 0);
_defineProperty(this, "maxHeartRate", void 0);
_defineProperty(this, "title", void 0);
_defineProperty(this, "ascent", void 0);
_defineProperty(this, "descent", void 0);
_defineProperty(this, "hashtags", void 0);
_defineProperty(this, "isRace", void 0);
_defineProperty(this, "isCommute", void 0);
_defineProperty(this, "privacy", void 0);
_defineProperty(this, "mapPrivacy", void 0);
this.start = void 0;
this.duration = void 0;
this.typeId = void 0;
this.points = void 0;
this.distance = void 0;
this.calories = void 0;
this.notes = void 0;
this.avgHeartRate = void 0;
this.maxHeartRate = void 0;
this.title = void 0;
this.ascent = void 0;
this.descent = void 0;
this.hashtags = void 0;
this.isRace = void 0;
this.isCommute = void 0;
this.privacy = void 0;
this.mapPrivacy = void 0;
this.start = start;

@@ -64,0 +47,0 @@ this.duration = duration;

{
"name": "fitness-models",
"version": "4.0.0",
"version": "4.0.1",
"description": "Extendable fitness models for Workout and GPS points",

@@ -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