New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sports-alliance/sports-lib

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sports-alliance/sports-lib - npm Package Compare versions

Comparing version 5.4.11 to 5.4.12

2

lib/activities/activity.types.d.ts

@@ -97,2 +97,3 @@ export declare class ActivityTypesHelper {

'running_indoor_running' = "Indoor Running",
'training_indoor_running' = "Indoor Running",
/**

@@ -738,2 +739,3 @@ * Cycling

'FlexibilityTraining' = "Flexibility Training",
'generic_flexibility_training' = "Flexibility Training",
/**

@@ -740,0 +742,0 @@ * Training

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

ActivityTypes["running_indoor_running"] = "Indoor Running";
ActivityTypes["training_indoor_running"] = "Indoor Running";
/**

@@ -830,2 +831,3 @@ * Cycling

ActivityTypes["FlexibilityTraining"] = "Flexibility Training";
ActivityTypes["generic_flexibility_training"] = "Flexibility Training";
/**

@@ -832,0 +834,0 @@ * Training

1

lib/events/adapters/importers/fit/importer.fit.js

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

else if (+endDate - +startDate > activity_1.MAX_ACTIVITY_DURATION) {
debugger;
endDate = new Date(sessionObject.start_time.getTime() + totalElapsedTime * 1000);

@@ -307,0 +306,0 @@ }

{
"name": "@sports-alliance/sports-lib",
"version": "5.4.11",
"version": "5.4.12",
"description": "A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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