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 17.0.0 to 18.0.0

lib/index.js

13

package.json
{
"name": "puppeteer-chromium-resolver",
"version": "17.0.0",
"version": "18.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",
"main": "lib/index.js",
"files": [
"index.js",
"install.js"
"lib"
],

@@ -14,3 +13,3 @@ "dependencies": {

"ping-monitor": "^0.6.2",
"puppeteer-core": "^17.0.0"
"puppeteer-core": "^18.0.5"
},

@@ -22,9 +21,9 @@ "repository": {

"scripts": {
"install": "node install.js",
"install": "node ./lib/install.js",
"test": "node test/test.js"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-config-plus": "^1.0.3"
}
}

@@ -5,5 +5,7 @@

![GitHub](https://img.shields.io/github/license/cenfun/puppeteer-chromium-resolver)
![npm](https://img.shields.io/npm/v/puppeteer-chromium-resolver)
![npm](https://img.shields.io/npm/dw/puppeteer-chromium-resolver)
![](https://img.shields.io/npm/v/puppeteer-chromium-resolver)
![](https://img.shields.io/librariesio/github/cenfun/puppeteer-chromium-resolver)
![](https://img.shields.io/librariesio/dependents/npm/puppeteer-chromium-resolver)
[![](https://badgen.net/npm/dw/puppeteer-chromium-resolver)](https://www.npmjs.com/package/puppeteer-chromium-resolver)
![](https://img.shields.io/github/license/cenfun/puppeteer-chromium-resolver)

@@ -123,4 +125,33 @@ * Tool to customize [puppeteer](https://github.com/GoogleChrome/puppeteer)

## Troubleshooting
- CentOS: error while loading shared libraries: libatk-1.0.so.0: cannot open shared objecsuch file or directory
```sh
# Install dependencies:
yum install -y alsa-lib.x86_64 \
atk.x86_64 \
cups-libs.x86_64 \
gtk3.x86_64 \
ipa-gothic-fonts \
libXcomposite.x86_64 \
libXcursor.x86_64 \
libXdamage.x86_64 \
libXext.x86_64 \
libXi.x86_64 \
libXrandr.x86_64 \
libXScrnSaver.x86_64 \
libXtst.x86_64 \
pango.x86_64 \
xorg-x11-fonts-100dpi \
xorg-x11-fonts-75dpi \
xorg-x11-fonts-cyrillic \
xorg-x11-fonts-misc \
xorg-x11-fonts-Type1 \
xorg-x11-utils
# After installing dependencies you need to update nss library:
yum update nss -y
```
more [https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
## CHANGELOG
[CHANGELOG.md](CHANGELOG.md)
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