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

pdf2json

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf2json - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

3

lib/pdfanno.js

@@ -136,2 +136,5 @@ var nodeUtil = require("util"),

break;
case 'AFPercent_Format':
item.TName = 'percent'; //funcParam => 2, 0, will specified how many decimal places
break;
}

@@ -138,0 +141,0 @@ }

4

package.json
{
"name": "pdf2json",
"_id": "pdf2json@0.5.5",
"version": "0.5.5",
"_id": "pdf2json@0.5.6",
"version": "0.5.6",
"description": "A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -411,2 +411,3 @@ Introduction

* phone
* percent (added v0.5.6)

@@ -413,0 +414,0 @@ v0.3.9 added "arbitrary mask" (in "special" format category) support, the input field format type is "mask" and the mask string is added as "MV", its value can be found at Format => Special => Arbitrary Mask in Acrobat;

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