Socket
Socket
Sign inDemoInstall

puppeteer

Package Overview
Dependencies
3
Maintainers
2
Versions
883
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.5.2 to 21.6.0

lib/cjs/puppeteer/node/cli.d.ts

9

package.json
{
"name": "puppeteer",
"version": "21.5.2",
"version": "21.6.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",

@@ -12,2 +12,3 @@ "keywords": [

"type": "commonjs",
"bin": "./lib/esm/puppeteer/node/cli.js",
"main": "./lib/cjs/puppeteer/puppeteer.js",

@@ -81,3 +82,3 @@ "types": "./lib/types.d.ts",

"build:tsc": {
"command": "tsc -b",
"command": "tsc -b && tsx ../../tools/chmod.ts 755 lib/cjs/puppeteer/node/cli.js lib/esm/puppeteer/node/cli.js",
"clean": "if-file-deleted",

@@ -128,4 +129,4 @@ "dependencies": [

"cosmiconfig": "8.3.6",
"puppeteer-core": "21.5.2",
"@puppeteer/browsers": "1.8.0"
"puppeteer-core": "21.6.0",
"@puppeteer/browsers": "1.9.0"
},

@@ -132,0 +133,0 @@ "devDependencies": {

@@ -49,3 +49,3 @@ # Puppeteer

When you install Puppeteer, it automatically downloads a recent version of
[Chrome for Testing](https://goo.gle/chrome-for-testing) (~170MB macOS, ~282MB Linux, ~280MB Windows) that is [guaranteed to
[Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) (~170MB macOS, ~282MB Linux, ~280MB Windows) that is [guaranteed to
work](https://pptr.dev/faq#q-why-doesnt-puppeteer-vxxx-work-with-chromium-vyyy)

@@ -52,0 +52,0 @@ with Puppeteer. The browser is downloaded to the `$HOME/.cache/puppeteer` folder

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc