cif-parser
Advanced tools
+2
-3
@@ -34,3 +34,3 @@ /** | ||
| constructor(pdfFilePath, competitorName, unexpectedBikers, pdfFormat){ | ||
| constructor(pdfBuffer, competitorName, unexpectedBikers, pdfFormat){ | ||
| super(); | ||
@@ -40,3 +40,3 @@ this.pdfFilePath = pdfFilePath; | ||
| this.unexpectedBikers = unexpectedBikers; | ||
| this.pdfFormat = pdfFormat; | ||
| this.pdfBuffer = pdfBuffer; | ||
| } | ||
@@ -103,3 +103,2 @@ | ||
| pdfParser.on("pdfParser_dataReady", pdfData => { | ||
| fs.writeFile("./res/result.json", JSON.stringify(pdfData)); | ||
@@ -106,0 +105,0 @@ /** |
+1
-1
| { | ||
| "name": "cif-parser", | ||
| "version": "1.2.0", | ||
| "version": "1.3.0", | ||
| "description": "Parse results of bike race published by FFC CIF", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
512085
-18.19%11
-15.38%269
-0.37%