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

github-repo-searcher

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-repo-searcher

npm pakage for string pipline

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Github Repos Searcher

  • Github Repos Searcher is a npm package where you can fetch repository detail of any developer by their username

##Installation

# using npm
npm install github-repo-searcher

# using yarn
yarn add github-repo-searcher

Usage

const { getRepos } = require('github-repo-searcher');
getRepos({username: 'gaearon'}).then((repositories) => console.log(repositories));

Keywords

github

FAQs

Package last updated on 24 Dec 2022

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