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 7.0.0 to 8.0.0

0

install.js

@@ -0,0 +0,0 @@ const PCR = require("./index.js");

8

package.json
{
"name": "puppeteer-chromium-resolver",
"version": "7.0.0",
"version": "8.0.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.",
"main": "index.js",
"files": [
"index.js",
"install.js"
],
"dependencies": {

@@ -10,3 +14,3 @@ "gauge": "^3.0.0",

"ping-monitor": "^0.6.1",
"puppeteer-core": "^7.1.0"
"puppeteer-core": "^8.0.0"
},

@@ -13,0 +17,0 @@ "repository": {

@@ -79,2 +79,22 @@

### [Runtime Case]
```js
(async () => {
const fs = require("fs");
const PCR = require("puppeteer-chromium-resolver");
const getPCRStats = () => {
const stats = PCR.getStats();
if (fs.existsSync(stats.executablePath)) {
return stats;
}
return PCR();
},
const stats = await getPCRStats();
})();
```
## Return Stats

@@ -124,4 +144,8 @@ |Property | Type | |

## CHANGELOG
## CHANGELOG
> major version following puppeteer-core
+ v8.0.0
- updated puppeteer-core to v8.0.0
+ v7.0.0

@@ -161,2 +185,2 @@ - updated puppeteer-core to v7.1.0

- updated puppeteer-core version to v1.18.1
- fixed a gauge log issue
- fixed a gauge log issue
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