New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

npm-bisect

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-bisect

Highly experimental tool to help locate a regression in a project caused by a new version of a direct or indirect dependency. Insipired by `git bisect`.

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

npm-bisect

Highly experimental tool to help locate a regression in a project caused by a new version of a direct or indirect dependency. Insipired by git bisect.

Installation

npm install -g npm-bisect

Usage

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --debug    Produce verbose output for each step     [boolean] [default: false]
  --yarn     Use yarn instead of npm                  [boolean] [default: false]
  --run      Shell command to run for each step. Will use interactive mode if
             not given                                                  [string]
  --ignore   Name of a package to ignore. Can be repeated  [array] [default: []]
  --good     Date or datetime where the project was last known to work  [string]
  --bad      Date or datetime where the project was first found broken  [string]

FAQs

Package last updated on 27 Oct 2018

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