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

node-poppler

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-poppler - npm Package Versions

1
8

2.0.0

Diff

Changelog

Source

2.0.0 (2020-11-03)

  • docs: enable TypeScript definition generation for all methods (cceecc8) , thanks to @arthurdenner
  • docs(index): correct stdout usage (be0bb49)
  • docs(readme): add note about macos binaries (41c7e1e)
  • test(index): correct param orders for function calls (e075a7b)
  • build(deps-dev): bump dev dependencies (c450c04)
  • build(travis): update osx image (0c043db)
  • feat(index): add typescript definition file (d82df8b)
  • feat(lib): update poppler win32 binaries from 20.10.0 to 20.11.0 (bc5478e)
  • refactor(index): reorder parameters for all functions (ead466e)
  • chore: add TypeScript config to generate definition (c5b4858), thanks to @arthurdenner
  • chore(scripts): do not lint ts and tsx files (b1e8426)

BREAKING CHANGE

  • optional options object parameter for all functions has been moved to the end. i.e. Poppler.pdfToText(options, file, outputFile) is now Poppler.pdfToText(file, outputFile, options).

This allows for easier use of the functions as users no longer have to place an undefined parameter if no options are provided. Poppler.pdfToText(undefined, file, outputFile) can now be called instead like Poppler.pdfToText(file, outputFile).

fdawgs
published 1.8.5 •

Changelog

Source

1.8.5 (2020-10-14)

  • build: create codeql-analysis.yml workflow file (7346f8f)
  • build(deps-dev): bump dev dependencies (29da2a9)
  • style(index): rename exec variable to better reflect usage (528fd88)
  • docs: spelling and grammar fixes (27ece49)
  • docs(api): add stdout usage for pdftotext, pdftocairo, and pdftops funcs (bd05f63)
  • docs(contributing): remove reference to replaced jest script (874e368)
  • chore: remove jest script; replaced by test-only script (653cc22)
  • chore(lib): remove redundant win32 poppler files (bfea135)
  • fix(lib): update poppler win32 binaries from 20.09.0 to 20.10.0 (ab227f6)
fdawgs
published 1.8.4 •

Changelog

Source

1.8.4 (2020-10-01)

  • build(dependabot): remove assignment of pull requests to user (dd04661)
  • build(deps-dev): bump dev dependencies (3157acd)
  • refactor(index): replace execa dependency with native execfile function (2462b2f)
  • fix(lib): update poppler win32 binaries from 0.90.1 to 20.09.0 (9454db2)
  • docs(contributing): correct release step order (9d8ed89)
  • docs(readme): add snyk badge (32e74d3)
  • docs(readme): repoint travis-ci badge from .org to .com (750fe4c)
  • chore(eslint): add missing plugin declaration (562b85b)
  • chore(eslint): remove unnecessary eslint rules (907806a)
fdawgs
published 1.8.3 •

Changelog

Source

1.8.3 (2020-08-28)

  • build(deps-dev): add eslint-plugin-security dev dependency (da49f54)
  • build(deps-dev): bump dev dependencies (97f96a6)
  • docs(readme): correct example pdftocairo call (06ca169), thanks to @gabenunez for spotting
fdawgs
published 1.8.2 •

Changelog

Source

1.8.2 (2020-08-18)

  • chore: reduce minimum nodejs engine version from 12.x to 10.x (183400d)
  • chore(github): add issue templates (adbe5c9)
  • chore(index): spelling and grammar fixes to jsdoc tags (e3cc16e)
  • build(deps-dev): bump dev dependencies to resolve security cve (310a943)
fdawgs
published 1.8.1 •

Changelog

Source

1.8.1 (2020-07-26)

  • build(deps-dev): bump dev dependencies (27bb199)
  • build(travis): add linux test stage (caa7513)
  • build(travis): make scripts multiline (39856a6)
  • build(travis): update linux dist to latest lts (b5c2427)
  • fix(lib): update poppler win32 binaries from 0.90.0 to 0.90.1 (cb8c013)
  • chore(travis): sort os values alphabetically ascending order (861ed43)
fdawgs
published 1.8.0 •

Changelog

Source

1.8.0 (2020-07-20)

The pdftoCairo Poppler Windows binaries have also been updated to v0.90.0 from v0.68.0 in this release.

  • build(deps-dev): bump eslint-plugin-jsdoc from 30.0.0 to 30.0.2 (0a6bfdd)
  • build(travis): fix misspelling of dist value (0532060)
  • feat(lib): update poppler win32 binaries from 0.89.0 to 0.90.0 (0f301e2)
  • style(index): add missing dashes to jsdoc tags (fd3a360)
  • style(index): use back ticks as opposed to quotation marks in jsdoc tags (78bc6e8)
fdawgs
published 1.7.6 •

Changelog

Source

1.7.6 (2020-07-20)

  • build(deps-dev): bump dev dependencies (54f0542)
  • build(travis): set osx image to latest version (680aa14)
  • fix(index): optional outputfiles to send to stdout (de50f06)
fdawgs
published 1.7.5 •

Changelog

Source

1.7.5 (2020-07-16)

  • build(deps-dev): bump dev dependencies (dd07cde)
  • build(deps-dev): remove typescript (39a6f6e)
  • build(deps): bump execa from 4.0.2 to 4.0.3 (9c39105)
  • build(travis): add test step (3f1dbd0)
  • build(travis): remove osx os from allowed failures (dc6784e)
  • build(travis): replace api_token alias to pass config validation (ba5d231)
  • build(travis): set linux dist (183bf02)
  • build(travis): suppress git log; skip rerunning tests on deploy (3fb542f)
  • build(travis): use lts version of node for jobs (48a9d38)
  • chore(package): update description (1d54b6a)
  • chore(scripts): use gitignore for ignore-path options (cbfbb90)
  • tests(index): use os platform when testing constructor (bb1112b)
fdawgs
published 1.7.4 •

Changelog

Source

1.7.4 (2020-06-29)

  • chore: add missing jsdoc tags for test function (770109e)
  • chore: create code_of_conduct.md (9a3a264)
  • chore(eslint): convert from json to js file format (a6e7f04)
  • chore(eslint): move inline eslint rules into config file (99fe5be)
  • chore(eslint): reorder rules (96f561b)
  • chore(index): add jsdoc descriptions for params to parseoptions function (3915895)
  • chore(scripts): remove prettier ignore-path option (e65419c)
  • build(deps-dev): bump @commitlint/config-conventional (6821f42)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.1 (cda023a)
  • build(deps-dev): bump eslint-plugin-jest from 23.13.2 to 23.17.1 (c8ab3f7)
  • build(deps-dev): bump eslint-plugin-jsdoc from 27.0.7 to 28.5.1 (87ca360)
  • build(deps-dev): bump jest from 26.0.1 to 26.1.0 (c7868dc)
  • Create Dependabot config file (0dff433)
  • refactor: replace promise syntax with async await (5e6c1e4)
  • refactor(index): move args array inside parseoptions function (41c44ef)
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