Socket
Socket
Sign inDemoInstall

resume-parser-extended

Package Overview
Dependencies
173
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.12 to 1.1.13

2

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

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

@@ -17,2 +17,12 @@ "use strict";

*/
ParseBoy.prototype.parseFile = function(PreparedFile, cbGetResume) {
logger.trace("I'm working with \"" + PreparedFile.name + '" now');
parser.parse(PreparedFile, cbGetResume);
};
/**
*
* @param PreparedFile
* @param cbGetResume
*/
ParseBoy.prototype.parseUrl = function(PreparedData, cbGetResume) {

@@ -19,0 +29,0 @@ logger.trace("I'm working with file buffer now", { PreparedData });

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