Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@puppeteer/browsers

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@puppeteer/browsers - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

lib/cjs/install.js

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

const browserRoot = cache.browserRoot(options.browser);
const archivePath = path_1.default.join(browserRoot, fileName);
const archivePath = path_1.default.join(browserRoot, `${options.buildId}-${fileName}`);
if (!(0, fs_1.existsSync)(browserRoot)) {

@@ -61,0 +61,0 @@ await (0, promises_1.mkdir)(browserRoot, { recursive: true });

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

const browserRoot = cache.browserRoot(options.browser);
const archivePath = path.join(browserRoot, fileName);
const archivePath = path.join(browserRoot, `${options.buildId}-${fileName}`);
if (!existsSync(browserRoot)) {

@@ -55,0 +55,0 @@ await mkdir(browserRoot, { recursive: true });

{
"name": "@puppeteer/browsers",
"version": "1.5.0",
"version": "1.5.1",
"description": "Download and launch browsers",

@@ -5,0 +5,0 @@ "scripts": {

@@ -129,3 +129,3 @@ /**

const browserRoot = cache.browserRoot(options.browser);
const archivePath = path.join(browserRoot, fileName);
const archivePath = path.join(browserRoot, `${options.buildId}-${fileName}`);
if (!existsSync(browserRoot)) {

@@ -132,0 +132,0 @@ await mkdir(browserRoot, {recursive: true});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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