Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
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.3.0
to
1.3.1
+5
-4
main.js

@@ -36,6 +36,6 @@ /**

super();
this.pdfFilePath = pdfFilePath;
this.pdfBuffer = pdfBuffer;
this.competitorName = competitorName;
this.unexpectedBikers = unexpectedBikers;
this.pdfBuffer = pdfBuffer;
this.pdfFormat = pdfFormat;
}

@@ -93,3 +93,3 @@

pdfParser.loadPDF(this.pdfFilePath);
pdfParser.loadPDF(this.pdfBuffer);
}

@@ -103,2 +103,3 @@

pdfParser.on("pdfParser_dataReady", pdfData => {
fs.writeFile("./res/result.json", JSON.stringify(pdfData));

@@ -278,3 +279,3 @@ /**

pdfParser.loadPDF(this.pdfFilePath);
pdfParser.parseBuffer(this.pdfBuffer);
}

@@ -281,0 +282,0 @@

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

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