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

pdf-to-png-converter

Package Overview
Dependencies
Maintainers
0
Versions
33
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 3.6.0 to 3.6.1

out/comparePNG.d.ts

2

out/const.js

@@ -1,2 +0,2 @@

import { normalizePath } from './normalize.path';
import { normalizePath } from './normalizePath';
export const PDF_TO_PNG_OPTIONS_DEFAULTS = {

@@ -3,0 +3,0 @@ viewportScale: 1,

@@ -1,2 +0,2 @@

export { pdfToPng } from './pdf.to.png';
export { pdfToPng } from './pdfToPng';
export * from './types';

@@ -1,2 +0,2 @@

export { pdfToPng } from './pdf.to.png';
export { pdfToPng } from './pdfToPng';
export * from './types';
export type { PdfToPngOptions } from './pdf.to.png.options';
export type { PngPageOutput } from './png.page.output';
export type { VerbosityLevel } from './verbosity.level';
{
"name": "pdf-to-png-converter",
"version": "3.6.0",
"version": "3.6.1",
"description": "Node.js utility to convert PDF file/buffer pages to PNG files/buffers with no native dependencies.",

@@ -54,3 +54,3 @@ "keywords": [

"eslint": "^9.16.0",
"png-visual-compare": "^2.1.0",
"png-visual-compare": "^2.2.1",
"rimraf": "^6.0.1",

@@ -57,0 +57,0 @@ "typescript": "^5.7.2",

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