Socket
Socket
Sign inDemoInstall

pdf-to-png-converter

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-to-png-converter - npm Package Compare versions

Comparing version 2.1.1 to 2.2.2

20

package.json
{
"name": "pdf-to-png-converter",
"version": "2.1.1",
"version": "2.2.2",
"description": "Node.js utility to convert PDF file/buffer pages to PNG files/buffers with no native dependencies.",

@@ -43,17 +43,17 @@ "keywords": [

"dependencies": {
"canvas": "2.9.1",
"canvas": "2.9.3",
"pdfjs-dist": "2.14.305"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "17.0.41",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"eslint": "8.17.0",
"@types/jest": "28.1.3",
"@types/node": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"eslint": "8.18.0",
"jest": "28.1.1",
"png-visual-compare": "0.4.12",
"ts-jest": "28.0.4",
"png-visual-compare": "0.4.13",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"typescript": "4.7.4"
}
}
# pdf-to-png-converter
Node.js utility to convert PDF file/buffer pages to PNG files/buffers without binary and OS dependencies.
Node.js utility to convert PDF file/buffer pages to PNG files/buffers without binary and OS dependencies (except MacOs on arm64).

@@ -9,2 +9,12 @@ [![Tests on push](https://github.com/dichovsky/pdf-to-png-converter/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/dichovsky/pdf-to-png-converter/actions/workflows/test.yml)

### MacOs M1 prerequisites
MacOs M1 dependencies prerequisites installation
```bash
arch -arm64 brew install pkg-config cairo pango libpng jpeg giflib librsvg
```
### Package installation
Installation:

@@ -11,0 +21,0 @@

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