Socket
Socket
Sign inDemoInstall

puppeteer

Package Overview
Dependencies
115
Maintainers
2
Versions
876
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 22.6.4 to 22.6.5

6

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

@@ -127,4 +127,4 @@ "keywords": [

"cosmiconfig": "9.0.0",
"puppeteer-core": "22.6.4",
"@puppeteer/browsers": "2.2.1",
"puppeteer-core": "22.6.5",
"@puppeteer/browsers": "2.2.2",
"devtools-protocol": "0.0.1262051"

@@ -131,0 +131,0 @@ },

@@ -8,11 +8,11 @@ # Puppeteer

#### [Docs](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)
> Puppeteer is a Node.js library which provides a high-level API to control
> Chrome/Chromium over the
> [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
> Puppeteer runs in
> [headless](https://developer.chrome.com/docs/chromium/new-headless/)
> mode by default, but can be configured to run in full ("headful")
> Chrome/Chromium.
Puppeteer is a Node.js library which provides a high-level API to control
Chrome/Chromium over the
[DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
Puppeteer runs in
[headless](https://developer.chrome.com/docs/chromium/new-headless/)
mode by default, but can be configured to run in full ("headful")
Chrome/Chromium.
## [Get started](https://pptr.dev/docs) | [API](https://pptr.dev/api) | [FAQ](https://pptr.dev/faq) | [Contributing](https://pptr.dev/contributing) | [Troubleshooting](https://pptr.dev/troubleshooting)

@@ -55,6 +55,1 @@ ## Example

```
## Contributing
Check out our [contributing guide](https://pptr.dev/community/contributing) to get an
overview of Puppeteer development.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc