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.2.11 to 5.2.12

2

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

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

else if (endDate < startDate) { // If for some reason this happens
if (!fitDataObject.records || fitDataObject.records[0]) {
if (!fitDataObject.records || !fitDataObject.records[0]) {
throw new Error('Cannot parse dates. Start date is greater than the end date');

@@ -300,0 +300,0 @@ }

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

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