Socket
Socket
Sign inDemoInstall

puppeteer

Package Overview
Dependencies
96
Maintainers
2
Versions
877
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.8.2 to 20.8.3

4

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

@@ -128,5 +128,5 @@ "keywords": [

"cosmiconfig": "8.2.0",
"puppeteer-core": "20.8.2",
"puppeteer-core": "20.8.3",
"@puppeteer/browsers": "1.4.5"
}
}

@@ -146,5 +146,7 @@ # Puppeteer

(async () => {
// Launch the browser and open a new blank page
const browser = await puppeteer.launch();
const page = await browser.newPage();
// Navigate the page to a URL
await page.goto('https://developer.chrome.com/');

@@ -151,0 +153,0 @@

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