Socket
Book a DemoInstallSign in
Socket

search-issues

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

search-issues

Search GitHub issues

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

search-issues Build Status

Search GitHub issues

Install

$ npm install search-issues

Usage

const searchIssues = require('search-issues');

const issues = await searchIssues('avajs/ava', 'Babel');
//=>
// [
// 	{
// 		url: 'https://github.com/avajs/ava/issues/709',
// 		number: 709,
// 		title: 'Disabling Babel',
// 		user: 'jamestalmage',
// 		state: 'open'
// 	}
// ]

API

searchIssues(repository, query)

repository

Type: string

Repository to search. E.g. avajs/ava.

query

Type: string

Search query.

License

MIT © Vadim Demedes

Keywords

github

FAQs

Package last updated on 09 Aug 2017

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