Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bisect-chrome

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bisect-chrome

Like git bisect, but for Chrome

  • 1.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

bisect-chrome

Basic Usage:

  • npx bisect-chrome

Advanced Usage:

  • npx bisect-chrome [--manual] [--good <revision>] [--bad <revision>] [<script>]

Parameters:

  • --manual manually respond with "good" or "bad" instead of running script
  • --good revision that is known to be GOOD. Defaults to the latest revision
  • --bad revision that is known to be BAD. Defaults to 305043
  • <script> path to a Puppeteer script that returns a non-zero code for BAD and 0 for GOOD.

Example:

  • npx bisect-chrome --good 577361 --bad 599821 simple.js
  • npx bisect-chrome --manual --good 577361 --bad 599821

Use https://omahaproxy.appspot.com/ to find revisions.

If a script is specified, launching Puppeteer from within that script will use the current Chromium revision. Revisions older than 493957 won't work with modern Puppeteer.

This script was extracted from Puppeteer's bisect.js and then cleaned up a bit for public use.

FAQs

Package last updated on 20 Apr 2021

Did you know?

Socket

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.

Install

Related posts

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