Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdfreader

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfreader - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/SequentialParser.js

1

index.js

@@ -6,3 +6,4 @@ exports.PdfReader = require("./PdfReader");

exports.parseColumns = require("./lib/parseColumns.js");
exports.SequentialParser = require("./lib/SequentialParser.js"); // experimental
exports.TableParser = require("./lib/TableParser.js");
exports.ColumnsParser = require("./lib/ColumnsParser.js");

2

package.json
{
"name": "pdfreader",
"version": "0.1.3",
"version": "0.1.4",
"description": "Utility for simplifying the development of scripted / rule-based parsing of PDF files, including tabular data (tables, with automatic column detection).",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc