New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gissues

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

gissues

Gissues reads your files and looks for github issues. It will then display them in a table in your console.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Gissues

Gissues reads your files and looks for github issues. It will then display them in a table in your console.

Example

Source: https://github.com/arnaudbenard/gissues/blob/master/test/sample/example.js

// Example 
// Broken because https://github.com/strongloop/express/issues/2671
function foo() {
    return 'bar';
}
/**
 * Some function
 * https://github.com/strongloop/express/issues/2670
 * @return {String} Example
 */
function bar() {
    return 'foo';
}

screenshot

Status

This is a WIP, simple proof of concept.

Reason

If you add GitHub issues url in your comments, it because quickly a hassle to check the status of each issues. Following all the issues isn't sustainable when working on multiple projects. It will help you find closed issues and see how you can resolve them.

Ambitions

I would like to group the issues by projects in order to see which dependency is causing the most problems in your project. My ambition is to make this a bad package detector. The number of issues isn't the main factor for bad packages, it could simply be caused by popularity (take with a pinch of salt).

How to use

npm install gissues

gissues.show('./test/sample/'); // Promise

Happy hacking!

FAQs

Package last updated on 19 Jun 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc