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 2.0.1 to 3.0.0

0

install.js
require("./index.js")({}).then((pcr) => {
//console.log(pcr);
});

8

package.json
{
"name": "puppeteer-chromium-resolver",
"version": "2.0.1",
"version": "3.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.",

@@ -8,6 +8,6 @@ "main": "index.js",

"gauge": "^2.7.4",
"puppeteer-core": "^1.19.0"
"puppeteer-core": "^2.0.0"
},
"puppeteer": {
"chromium_revision": "674921"
"chromium_revision": "706915"
},

@@ -21,2 +21,2 @@ "repository": {

}
}
}

@@ -62,2 +62,5 @@

## CHANGELOG
+ v3.0.0
- updated puppeteer-core version to v2.0.0
+ v2.0.1

@@ -64,0 +67,0 @@ - updated puppeteer-core version to v1.19.0

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