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

puppeteer

Package Overview
Dependencies
Maintainers
3
Versions
919
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer - npm Package Compare versions

Comparing version 1.0.0-next.1516666407998 to 1.0.0-next.1516668517979

3

lib/Launcher.js

@@ -199,3 +199,4 @@ /**

static async connect(options = {}) {
const connection = await Connection.create(options.browserWSEndpoint);
const connectionDelay = options.slowMo || 0;
const connection = await Connection.create(options.browserWSEndpoint, connectionDelay);
return Browser.create(connection, options, null, () => connection.send('Browser.close'));

@@ -202,0 +203,0 @@ }

{
"name": "puppeteer",
"version": "1.0.0-next.1516666407998",
"version": "1.0.0-next.1516668517979",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

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