npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

errorscape

v1.0.1

Published

A CLI tool to analyze errors and dependency issues.

Downloads

115

Readme

Errorscape

Problem Statement

Managing dependencies in modern software development is challenging. Developers often face issues like deprecated packages, security vulnerabilities, and unaddressed bugs. Manual checks are time-consuming and error-prone. We need an automated tool to check dependencies for potential issues.

Our Solution

Errorscape automates the process of checking your project's dependencies for known issues using GitHub’s issue tracker. It helps you stay on top of bugs, security flaws, and unmaintained dependencies.

Features:

  • Scans both dependencies and devDependencies.
  • Fetches GitHub issues related to your dependencies.
  • Provides warnings for known issues with direct links.
  • Helps keep your dependencies up-to-date and safe.

How to Use

Prerequisites

  • Node.js (version 12 or later)
  • npm
  • A GitHub API token (create one at GitHub Tokens).

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/errorscape.git
    cd errorscape

Install dependencies:

npm install

Create a .env file and add your GitHub API token:

GITHUB_API_TOKEN=your-github-api-token

Run - error-helper write this in terminal

How It Works

Reads package.json: Gets the list of dependencies. Fetches issues: Queries GitHub for issues related to each dependency. Displays results: Logs warnings or success messages based on the issues found. Analyze an Error Stack Trace Check Dependencies for Issues

Competitors

Dependabot: GitHub-native tool for dependency updates. Focuses on updates, not on issue tracking. Snyk: Focuses on security vulnerabilities only. npm audit: Provides basic security audits, but lacks comprehensive issue tracking.

Our Advantage

Errorscape combines GitHub issue tracking with dependency management, offering more than just security checks. It also tracks bugs, deprecations, and performance issues for a thorough overview of your project's dependencies.

Example Output

Checking axios... ⚠️ Issues found for axios:

  • 'Security vulnerability in version 0.21.0' (https://github.com/axios/axios/issues/1234) ✅ No known issues for chalk

Contributing

Feel free to fork and contribute! To get started:

Fork the repository. Create a new branch. Make your changes. Submit a pull request.

Keep your dependencies healthy and secure with Errorscape!

Contact - [email protected]