Socket
Socket
Sign inDemoInstall

puppeteer

Package Overview
Dependencies
Maintainers
2
Versions
899
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 22.1.0 to 22.2.0

4

lib/cjs/puppeteer/node/install.js

@@ -55,2 +55,3 @@ "use strict";

baseUrl: downloadBaseUrl,
buildIdAlias: buildId !== unresolvedBuildId ? unresolvedBuildId : undefined,
})

@@ -79,2 +80,5 @@ .then(result => {

baseUrl: downloadBaseUrl,
buildIdAlias: shellBuildId !== unresolvedShellBuildId
? unresolvedShellBuildId
: undefined,
})

@@ -81,0 +85,0 @@ .then(result => {

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

baseUrl: downloadBaseUrl,
buildIdAlias: buildId !== unresolvedBuildId ? unresolvedBuildId : undefined,
})

@@ -76,2 +77,5 @@ .then(result => {

baseUrl: downloadBaseUrl,
buildIdAlias: shellBuildId !== unresolvedShellBuildId
? unresolvedShellBuildId
: undefined,
})

@@ -78,0 +82,0 @@ .then(result => {

6

package.json
{
"name": "puppeteer",
"version": "22.1.0",
"version": "22.2.0",
"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.1.0",
"@puppeteer/browsers": "2.0.1"
"puppeteer-core": "22.2.0",
"@puppeteer/browsers": "2.1.0"
},

@@ -131,0 +131,0 @@ "devDependencies": {

@@ -77,2 +77,4 @@ /**

baseUrl: downloadBaseUrl,
buildIdAlias:
buildId !== unresolvedBuildId ? unresolvedBuildId : undefined,
})

@@ -116,2 +118,6 @@ .then(result => {

baseUrl: downloadBaseUrl,
buildIdAlias:
shellBuildId !== unresolvedShellBuildId
? unresolvedShellBuildId
: undefined,
})

@@ -118,0 +124,0 @@ .then(result => {

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

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