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

find-commit-ish

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-commit-ish

Find the commit-ish reference in a git url.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

find-commit-ish Build Status

Find the commit-ish reference in a git url.

NPM

Example

const findCommitIsh = require('find-commit-ish');

findCommitIsh('git://github.com/tkellen/find-commmit-ish.git');
findCommitIsh('git+ssh://git@github:find-commmit-ish.git#branch');
findCommitIsh('git+ssh://git@github/find-commmit-ish.git#tag');
findCommitIsh('git+http://git@github/tkellen/find-commit-ish.git#d716b2a');
findCommitIsh('git+https://git@github/tkellen/find-commit-ish.git#d716b2a');

Release History

  • 2014-05-14 - v0.1.0 - initial release

Keywords

git url

FAQs

Package last updated on 14 May 2014

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