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

puppeteer-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-cli - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

package.json
{
"name": "puppeteer-cli",
"version": "1.3.1",
"version": "1.3.2",
"description": "A general command-line wrapper for puppeteer. Currently only supports one command—`print`—to render a local HTML file to PDF.",

@@ -12,8 +12,8 @@ "bin": {

"dependencies": {
"file-url": "^2.0.2",
"file-url": "^3.0.0",
"is-url": "^1.2.4",
"puppeteer": "^0.13.0",
"url-parse": "^1.4.4",
"yargs": "^10.0.3"
"puppeteer": "^1.15.0",
"url-parse": "^1.4.7",
"yargs": "^13.2.2"
}
}

@@ -44,3 +44,3 @@ # puppeteer-cli

puppeteer screenshot mypage.html myscreenshot.png # local file
puppeteer screenshot http://jarv.us myscreenshot.png # url
puppeteer screenshot https://jarv.us myscreenshot.png # url
```

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