
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@molin.ai/rebrowser-cloudflare-puppeteer-core
Advanced tools
A high-level API to control headless Chrome over the DevTools Protocol
Forked from @cloudflare/puppeteer
with rebrowser patches applied.
npm install
npm run build
npm install # run again after build to install browser binaries
npm run test:chrome:shell # no need to run all tests
npm install
npm run build
npm install # run again after build to install browser binaries
./rebrowser/apply_patch.sh ./rebrowser/patches/lib-v22.8.2.patch
cd packages/puppeteer-core
npm version patch
npm run build # update version in .ts
git add . && git commit -m 'v1.0.9'
npm publish
Check against original repo at https://github.com/cloudflare/puppeteer/
Set __PUPPETEER_DEBUG
(WIP: not working yet)
When patches fail to apply due to codebase changes:
.rej
files after failed patch applicationrebrowser/patches/lib-v22.8.2.patch-split/
./rebrowser/unsplit_patch.sh ./rebrowser/patches/lib-v22.8.2.patch-split
./rebrowser/apply_patch.sh ./rebrowser/lib-v22.8.2.patch
To resolve merge conflicts correctly during upstream updates, keep in mind these modifications we've made:
FAQs
A high-level API to control headless Chrome over the DevTools Protocol
The npm package @molin.ai/rebrowser-cloudflare-puppeteer-core receives a total of 417 weekly downloads. As such, @molin.ai/rebrowser-cloudflare-puppeteer-core popularity was classified as not popular.
We found that @molin.ai/rebrowser-cloudflare-puppeteer-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.