🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

cif-parser

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cif-parser - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+1
-1
main.js

@@ -54,3 +54,3 @@ /**

if (pathToCompetitor.length != 1){
if (pathToCompetitor.length == 0){
console.error("ERROR: " + pathToCompetitor.length + " competitor named \""+ this.competitorName + "\" found");

@@ -57,0 +57,0 @@ return;

{
"name": "cif-parser",
"version": "1.1.1",
"version": "1.1.2",
"description": "Parse results of bike race published by FFC CIF",

@@ -5,0 +5,0 @@ "main": "main.js",