Socket
Socket
Sign inDemoInstall

resume-parser-extended

Package Overview
Dependencies
174
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.11 to 1.1.12

2

package.json
{
"name": "resume-parser-extended",
"version": "1.1.11",
"version": "1.1.12",
"description": "A NodeJS library to parse pdf, txt, doc and docx files to JSON and CSV",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -52,2 +52,3 @@ "use strict";

}
logger.trace("processBuffer", { data });
cbAfterProcessing(data);

@@ -54,0 +55,0 @@ } else {

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

ParseBoy.prototype.parseUrl = function(PreparedData, cbGetResume) {
logger.trace("I'm working with file buffer now");
logger.trace("I'm working with file buffer now", { PreparedData });
parser.parse(

@@ -21,0 +21,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc