Comparing version 0.2.5 to 1.0.0
{ | ||
"name": "pdfreader", | ||
"version": "0.2.5", | ||
"version": "1.0.0", | ||
"description": "Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test-buffer": "node parseAsBuffer.js test/sample.pdf", | ||
"test": "node test/test.js" | ||
"test:print:result": "echo ✅ Tests passed.", | ||
"test:diff:buffer": "node parseAsBuffer.js test/sample.pdf >test/test-buffer-snapshot.log; git --no-pager diff test/test-buffer-snapshot.log 1>&2; exit $(git --no-pager diff test/test-buffer-snapshot.log | wc -l)", | ||
"test:diff:file": "node test/test.js >test/test-snapshot.log; git --no-pager diff test/test-snapshot.log 1>&2; exit $(git --no-pager diff test/test-snapshot.log | wc -l)", | ||
"test:diff": "npm run -s test:diff:file && npm run -s test:diff:buffer", | ||
"test:regression": "exit $(node parseAsBuffer.js test/issue-14-uncaught-error.pdf | grep --count Error)", | ||
"test:sample": "node test/test.js && node parseAsBuffer.js test/sample.pdf", | ||
"test": "npm run -s test:sample && npm run -s test:regression && npm run -s test:diff && npm run -s test:print:result" | ||
}, | ||
@@ -35,4 +40,4 @@ "repository": { | ||
"dependencies": { | ||
"pdf2json": "^0.7.1" | ||
"pdf2json": "1.1.2" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1500113
24
0
+ Addedpdf2json@1.1.2(transitive)
- Removedpdf2json@0.7.1(transitive)
Updatedpdf2json@1.1.2