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

printeer

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

printeer - npm Package Compare versions

Comparing version 1.1.5 to 1.2.0

0

bin/index.js

@@ -0,0 +0,0 @@ import {argv as $eSn2T$argv, exit as $eSn2T$exit} from "process";

@@ -0,0 +0,0 @@ import $l7i9T$puppeteer from "puppeteer";

4

package.json
{
"name": "printeer",
"version": "1.1.5",
"version": "1.2.0",
"description": "Prints specified web url to PDF (or Image - Coming Soon)!",

@@ -19,3 +19,3 @@ "main": "index.js",

"dependencies": {
"puppeteer": "^16.1.0"
"puppeteer": "^19.4.1"
},

@@ -22,0 +22,0 @@ "devDependencies": {

# Printeer
Printeer is a little utility that converts any webpage to PDF. It employs Puppeteer, which makes it simple to print the website to PDF. It may be used as a command-line utility or a library. It does not yet support any print options yet. They  will, however, be added in the future.
Printeer is a little utility that converts any webpage to PDF. It employs Puppeteer, which makes it simple to print the website to PDF. It may be used as a command-line utility or a library. It does not yet support any print options yet. They will, however, be added in the future.
It automatically detects the output format from the file extension. If the extension is `.pdf`, it will print to PDF. If the extension is `.png`, it will print to PNG. If the extension is anything else, it will print to PDF.
## Installation

@@ -15,3 +17,3 @@

```bash
printeer <url> <output.pdf>
printeer <url> <output.pdf|png>
```

@@ -18,0 +20,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