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.2 to 5.4.3

LICENSE

2

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

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

fitDataObject.events.filter(function (activityEvent) {
return activityEvent.timestamp >= activity.startDate && activityEvent.timestamp <= activity.endDate;
return activityEvent.event === 'timer' && activityEvent.timestamp >= activity.startDate && activityEvent.timestamp <= activity.endDate;
}).forEach(function (activityEvent) {

@@ -178,0 +178,0 @@ switch (activityEvent.event_type) {

{
"name": "@sports-alliance/sports-lib",
"version": "5.4.2",
"version": "5.4.3",
"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": [

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