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

6.0.1

Diff

Changelog

Source

6.0.1 (2022-10-03)

Documentation

  • readme: remove redundant statement (d96a75c)
  • use shorter urls; remove yarn install guidance (f06e113)

Miscellaneous

  • .husky: shell path and arg updates (#440) (ce43cdf)
  • .npmignore: reduce entries (d297f0f)
  • .vscode/extensions: remove unmaintained extension (a5e1bdf)
  • *.ignore: add clinicjs directory (b9d984e)
  • import destructuring (#446) (5cc8089)
  • index: remove empty jsdoc tag lines (e1ef6aa)
  • LICENSE: remove trailing whitespace (adb48c2)
  • prefer object destructuring (b7efc38)
  • test_resources: compress test documents (#444) (ce5e446)

Dependencies

  • deps-dev: bump dev dependencies (ff4118b)
  • deps-dev: bump eslint-plugin-jest from 26.9.0 to 27.0.1 (#443) (2e74377)
  • deps-dev: bump jest from 28.1.3 to 29.0.1 (#442) (88caf42)
fdawgs
published 6.0.0 •

Changelog

Source

6.0.0 (2022-08-09)

⚠ BREAKING CHANGES

  • drop support for EOL node 12

Documentation

  • readme: update acknowledgements section (6d95ff5)

Miscellaneous

  • .gitignore: use latest github ignore template (ff64a1d)
  • .npmrc: disable package-lock generation (#434) (09dbfdb)
  • .prettierignore: add new paths from .gitignore (47e886a)
  • drop support for node 12 (#437) (c32b5b0)
  • ignore pnpm lock file (311f8a6)

Dependencies

  • .npmignore: add documentation; reduce package size by ~0.3% (#435) (fc45b10)
  • dependabot: increase open-pull-requests-limit from 5 to 20 (7939b69)
  • deps: bump actions/dependency-review-action from 1 to 2 (#432) (78cbbc6)
  • deps: bump dependencies (#438) (adaf16e)
  • deps: bump wagoid/commitlint-github-action from 4 to 5 (#431) (0cfd01c)
fdawgs
published 5.1.6 •

Changelog

Source

5.1.6 (2022-06-04)

Bug fixes

  • index: set correct "file size" if pdfInfo() passed a buffer (#427) (8d30764)

Improvements

  • index: use forEach over map as returned array not used (#426) (ef89aa6)

Dependencies

  • .npmignore: ignore tsconfig.json (a35757d)

Miscellaneous

  • .github/funding: remove unused keys (66a8f36)
  • .github: add FUNDING.yml (f73407d)
fdawgs
published 5.1.5 •

Changelog

Source

5.1.5 (2022-06-01)

Continuous integration

  • automerge: fix context (a77891b)
  • cd: use lts/* for node setup in release job (1aefdf2)
  • check user.login is dependabot instead of actor (#413) (a92ace7)
  • ci: add node 18 to test matrix (#412) (8a109b0)
  • ci: require unit-tests job to pass for save-pr-number job to run (5cb3a96)
  • ci: use lts/* for node setup in lint job (65b7665)
  • ci: use node-version for node matrix key (d294a0e)
  • codeql: only run on pr changes to .html, .js, and .yml files (bc130e3)
  • codeql: resolve missing analyses (83c2acf)
  • codeql: specify which files to scan during analysis (0ec3679)
  • remove git credentials after checkout (#417) (e4d7893)

Miscellaneous

  • .eslintrc: enable plugin:jest/style rules (#411) (caee804)
  • .github/codeql-config: remove quotation marks (0aa9e7f)
  • bug_report: use node 18 as placeholder for node-version (a28d5ad)
  • lib: remove source and make files; reduce package size by ~26% (#418) (51b41f8)

Dependencies

  • deps-dev: bump @commitlint/cli from 16.3.0 to 17.0.2 (#422) (715be48)
  • deps-dev: bump @commitlint/config-conventional (#420) (f8700db)
  • deps-dev: bump husky from 7.0.4 to 8.0.1 (#421) (b819753)
  • deps: bump minor and hotfix versions (#423) (4375c56)
fdawgs
published 5.1.4 •

Changelog

Source

5.1.4 (2022-05-01)

Bug fixes

  • lib: update poppler win32 binaries from 22.01.0 to 22.04.0 (6e74afe)

Documentation

Dependencies

  • deps-dev: bump dev dependencies (3c688e4)
  • deps-dev: bump eslint-plugin-jsdoc from 37.9.7 to 38.0.6 (49b8cfc)
  • deps-dev: bump eslint-plugin-jsdoc from 38.1.6 to 39.2.9 (#405) (91d5d11)
  • deps-dev: bump glob from 7.2.0 to 8.0.1 (#406) (2a9beef)
  • deps-dev: bump jest from 27.5.1 to 28.0.3 (#407) (1894c0d)
  • deps: bump actions/checkout from 2 to 3 (96754d1)
  • deps: bump actions/checkout from 2 to 3 (efab6f2)
  • deps: bump actions/upload-artifact from 2 to 3 (#403) (e9c8796)
  • deps: bump github/codeql-action from 1 to 2 (#404) (073cc6b)

Miscellaneous

  • ci: remove quotation marks from step name (81d9943)
  • index: update constructor jsdoc param tag (#397) (cdc61ba)
  • scripts: remove redundant gitkraken fix from prepare script (be8b489)
  • scripts: use shorter arg aliases; remove debugging args from jest (eefa9cf)
  • use npm install alias (8de1b7c)

Continuous integration

  • add dependency-review job (dd75f36)
  • add job step names, workflow comments, and whitespace (0bdd954)
  • automerge: squash automerge prs (#398) (1390729)
  • cd: update org name for release-please-action (d5a5257)
  • codeql-analysis: remove unused autobuild step (de272df)
  • codeql: grant minimum permissions to run; rename file (#394) (d3e80e2)
  • link-check: fix skip regex (23602df)
  • link-check: replace npx linkinator call with github action (8f626a7)
  • only save pr number artifact for dependabot (c5c6a7c)
  • only trigger dependency-review on pr (e6e7f71)
  • reduce workflow permissions to minimum (86e7668)
  • replace workflow-run-cleanup-action with github concurrency (ac13ada)
fdawgs
published 5.1.3 •

Changelog

Source

5.1.3 (2022-02-25)

Bug fixes

  • index: use spawn for larger stream results (#386) (e437f3e)

Miscellaneous

  • .github: remove trailing whitespace (aee8872)

Dependencies

  • dependabot: ignore minor and patch commit-lint updates (#380) (b5ff45f)
  • dependabot: major tags no longer need ignore support (579cea2)
  • dependabot: use default open-pull-requests-limit value (eebb453)
  • deps-dev: bump dev dependencies (#388) (06f8957)
  • deps-dev: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (321e7d0)
  • deps: bump actions/github-script from 5 to 6 (deb69a6)
  • deps: bump actions/setup-node from 2 to 3 (81f52ca)
fdawgs
published 5.1.2 •

Changelog

Source

5.1.2 (2022-01-19)

Bug fixes

  • lib: update poppler win32 binaries from 21.11.0 to 22.01.0 (e76a813)

Miscellaneous

Documentation

  • contributing: add mention of husky pre-commit hook (8eb63e8)
  • contributing: add step for lint:licenses script (#371) (5e9f7a5)

Continuous integration

Dependencies

  • deps-dev: bump @commitlint/cli from 15.0.0 to 16.0.1 (8ab463a)
  • deps-dev: bump @commitlint/config-conventional (6cda233)
  • deps-dev: bump eslint from 7.32.0 to 8.7.0 (73a77a5)
  • deps-dev: bump eslint-plugin-promise from 5.2.0 to 6.0.0 (535feb0)
  • deps: bump GoogleCloudPlatform/release-please-action from 2 to 3 (e3c9d8e)
  • update dependencies (db8a76d)
fdawgs
published 5.1.1 •

Changelog

Source

5.1.1 (2021-12-11)

Bug fixes

  • index: correct message thrown for missing binaries (#363) (5249d61)

Continuous integration

  • trigger workflows when drafts marked as "ready to review" (#354) (de922a2)

Documentation

Improvements

  • index: remove unused if conditional (d56589d)

Miscellaneous

  • ignore .yarnclean (#360) (196b528)
  • package/scripts: add lint:licenses (#361) (a010434)
  • turn off security/detect-object-injection eslint rule (1d6dc35)

Dependencies

  • dependabot: ignore minor and patch github-actions updates (#356) (56d1a86)
  • dependabot: ignore minor and patch release-please-action updates (#367) (b77729f)
  • deps-dev: bump @commitlint/cli from 14.1.0 to 15.0.0 (08d87b5)
  • deps-dev: bump @commitlint/config-conventional (c5452ee)
  • deps-dev: bump prettier from 2.4.1 to 2.5.0 (74f9e90)
  • deps-dev: bump prettier from 2.5.0 to 2.5.1 (d51ca9b)
fdawgs
published 5.1.0 •

Changelog

Source

5.1.0 (2021-11-10)

Features

  • index: add printUrls arg to pdfInfo() options (d58da5f)

Bug fixes

  • lib: update poppler win32 binaries from 21.10.0 to 21.11.0 (1838bee)

Continuous integration

  • ci: do not run clean-up on draft prs (088722d)
  • spell-check: do not run on draft prs (6a48913)

Dependencies

  • deps-dev: bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 (063e5b4)
  • deps-dev: bump eslint-plugin-import from 2.25.2 to 2.25.3 (5962621)
  • deps-dev: bump eslint-plugin-jest from 25.2.2 to 25.2.4 (77423a1)

Documentation

fdawgs
published 5.0.3 •

Changelog

Source

5.0.3 (2021-11-04)

Bug fixes

  • index: normalize binPath constructor param (#345) (3ec8cae)
  • index: pdftocairo singleFile option (31bbe79)
  • index: pdftocairo stdout encoding for pdfFile option (8ddcbba)

Documentation

Miscellaneous

  • .eslintrc: remove redundant impliedStrict option (#332) (417380e)
  • .prettierrc: only enable bracketSameLine for html (#341) (30dfe71)

Continuous integration

Dependencies

  • deps-dev: bump @commitlint/cli from 13.2.1 to 14.1.0 (ffb9ccb)
  • deps-dev: bump @commitlint/config-conventional (fa491ea)
  • deps-dev: bump dev dependencies (#335) (ac2e119)
  • deps: bump actions/checkout from 2.3.4 to 2.3.5 (d3d838c)
  • deps: bump actions/checkout from 2.3.5 to 2.4.0 (de7aad4)
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