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

puppeteer-chromium-resolver

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-chromium-resolver - npm Package Compare versions

Comparing version 19.0.0 to 19.1.0

4

lib/index.js

@@ -415,3 +415,4 @@ const path = require('path');

const getStatsPath = () => {
const statsPath = path.resolve(__dirname, '../.stats.json');
const homePath = os.homedir();
const statsPath = path.resolve(homePath, '.pcr-stats.json');
return statsPath;

@@ -485,4 +486,5 @@ };

PCR.getStats = getStats;
PCR.getStatsPath = getStatsPath;
PCR.createBrowserFetcher = createBrowserFetcher;
module.exports = PCR;
{
"name": "puppeteer-chromium-resolver",
"version": "19.0.0",
"version": "19.1.0",
"description": "Tool to resolve puppeteer and chromium faster, detect local installed chromium, download chromium with custom mirror host, cache chromium revision out of node_modules, test chromium headless being launchable.",

@@ -5,0 +5,0 @@ "main": "lib/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