🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

puppeteer

Package Overview
Dependencies
Maintainers
2
Versions
940
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

to
24.7.0

2

lib/cjs/puppeteer/node/install.js

@@ -22,3 +22,3 @@ "use strict";

buildId,
downloadProgressCallback: (0, browsers_1.makeProgressCallback)(browser, buildId),
downloadProgressCallback: await (0, browsers_1.makeProgressCallback)(browser, buildId),
baseUrl,

@@ -25,0 +25,0 @@ buildIdAlias: buildId !== unresolvedBuildId ? unresolvedBuildId : undefined,

@@ -19,3 +19,3 @@ /**

buildId,
downloadProgressCallback: makeProgressCallback(browser, buildId),
downloadProgressCallback: await makeProgressCallback(browser, buildId),
baseUrl,

@@ -22,0 +22,0 @@ buildIdAlias: buildId !== unresolvedBuildId ? unresolvedBuildId : undefined,

{
"name": "puppeteer",
"version": "24.6.1",
"version": "24.7.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",

@@ -129,7 +129,7 @@ "keywords": [

"dependencies": {
"@puppeteer/browsers": "2.10.0",
"chromium-bidi": "3.0.0",
"@puppeteer/browsers": "2.10.1",
"chromium-bidi": "4.0.1",
"cosmiconfig": "^9.0.0",
"devtools-protocol": "0.0.1425554",
"puppeteer-core": "24.6.1",
"puppeteer-core": "24.7.0",
"typed-query-selector": "^2.12.0"

@@ -136,0 +136,0 @@ },

@@ -49,3 +49,3 @@ /**

buildId,
downloadProgressCallback: makeProgressCallback(browser, buildId),
downloadProgressCallback: await makeProgressCallback(browser, buildId),
baseUrl,

@@ -52,0 +52,0 @@ buildIdAlias:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet