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 1.0.7 to 1.0.8

2

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

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

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

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

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

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