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 0.2.0 to 0.2.1

13

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## [0.2.1] 2019-01-15
### Merge branch 'master' of github.com
- fabulator/fitness-models
### Fixed
- Clonning object
### Other
- Update dependency mathjs to ^5.4.1
- Update dependency luxon to ^1.10.0
- Update dependency luxon to ^1.9.0
- Update dependency husky to ^1.3.1
## [0.2.0] 2018-12-22

@@ -5,0 +18,0 @@ ### Added

3

dist/index.esm.js

@@ -728,3 +728,4 @@ import { GarminBuilder, buildGPX } from 'gpx-builder';

isRace: this.isRace,
isCommute: this.isCommute
isCommute: this.isCommute,
hashtags: this.hashtags
};

@@ -731,0 +732,0 @@ }

@@ -732,3 +732,4 @@ 'use strict';

isRace: this.isRace,
isCommute: this.isCommute
isCommute: this.isCommute,
hashtags: this.hashtags
};

@@ -735,0 +736,0 @@ }

@@ -503,3 +503,4 @@ import { GarminBuilder, buildGPX } from 'gpx-builder';

isRace: this.isRace,
isCommute: this.isCommute
isCommute: this.isCommute,
hashtags: this.hashtags
};

@@ -506,0 +507,0 @@ }

@@ -505,3 +505,4 @@ 'use strict';

isRace: this.isRace,
isCommute: this.isCommute
isCommute: this.isCommute,
hashtags: this.hashtags
};

@@ -508,0 +509,0 @@ }

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

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"@types/mathjs": "^4.4.4",
"husky": "^1.2.1",
"husky": "^1.3.1",
"semantic-release-config-fabulator": "^1.0.3"

@@ -46,5 +46,5 @@ },

"gpx-builder": "^2.0.1",
"luxon": "^1.8.3",
"mathjs": "^5.4.0"
"luxon": "^1.10.0",
"mathjs": "^5.4.1"
}
}

@@ -280,2 +280,3 @@ import { DateTime, Duration } from 'luxon';

isCommute: this.isCommute,
hashtags: this.hashtags,
};

@@ -282,0 +283,0 @@ }

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