🚀 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.1

2

lib/cjs/puppeteer/node/install.js

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

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

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

@@ -6,3 +6,3 @@ /**

*/
import { install, Browser, resolveBuildId, makeProgressCallback, detectBrowserPlatform, } from '@puppeteer/browsers';
import { install, Browser, resolveBuildId, detectBrowserPlatform, } from '@puppeteer/browsers';
import { PUPPETEER_REVISIONS } from 'puppeteer-core/internal/revisions.js';

@@ -20,3 +20,3 @@ import { getConfiguration } from '../getConfiguration.js';

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

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

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

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

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

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

@@ -12,3 +12,2 @@ /**

resolveBuildId,
makeProgressCallback,
detectBrowserPlatform,

@@ -50,3 +49,3 @@ } from '@puppeteer/browsers';

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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