Comparing version 0.6.3 to 0.6.4
@@ -178,2 +178,5 @@ var nodeUtil = require("util"), | ||
anData.id.Id = box.value; | ||
if (_.has(box, 'checked')) { | ||
anData.checked = box.checked; | ||
} | ||
@@ -180,0 +183,0 @@ var rdGroup = _.find(this.Boxsets, function(boxset) { |
{ | ||
"name": "pdf2json", | ||
"_id": "pdf2json@0.6.3", | ||
"version": "0.6.3", | ||
"_id": "pdf2json@0.6.4", | ||
"version": "0.6.4", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4021340
50317