New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

export-web-to-pdf

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

export-web-to-pdf - npm Package Compare versions

Comparing version

to
1.0.10

2

package.json
{
"name": "export-web-to-pdf",
"description": "Node.js lib to export any web page to PDF",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",

@@ -6,0 +6,0 @@ "directories": {

@@ -113,3 +113,3 @@ "use strict";

log(`Generating PDF file with options=${options.pdfSettings}`);
log(`Generating PDF file with options=${JSON.stringify(options.pdfSettings)}`);
yield page.emulateMedia("print");

@@ -116,0 +116,0 @@ yield page.pdf(options.pdfSettings);