🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.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.2.0
to
1.3.0
+2
-3
main.js

@@ -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