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

git-discover

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

git-discover

A CLI tool that will help you go back in time for a repository on github.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

git-discover

A CLI tool that will help you go back in time for a repository on github.

gidi is the cli command which will help you fetch commits, and switch to a particular commit.

Installation

npm i git-discover

config gidi cli

At first you need to config the cli to fetch the commits. By default the configuration is set for express library (As I built this tool to go through this repo).

gidi --config OWNER REPO REF

eg: gidi --config 'expressjs' 'express' 'head/master'

Get commits

gidi --gc SINCE UNTIL

eg: gidi --gc '2009-06-26' '2009-06-30'

List commits

gidi --lc

image-1

Go back in time (Set project to a particular commit)

gidi --gt INDEX image-2

FAQs

Package last updated on 26 Jan 2024

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