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 🙏

© 2026 – Pkg Stats / Ryan Hefner

portfolio-voedselbank-dico-en-niels

v1.14.2

Published

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/OnQFN83m)

Readme

Review Assignment Due Date

Hoe schrijf ik een commit?

Gebruik dit patroon:

<type>(optioneel scope): <korte omschrijving>

(optionele extra uitleg)

(optionele footer)

Voorbeelden:

  • feat: nieuwe login-knop toegevoegd
  • fix: fout in formulier-validatie opgelost
  • docs: handleiding bijgewerkt

Breaking Changes (major release)

Voeg BREAKING CHANGE: toe in de commit body als er een grote verandering is die niet meer backwards compatible is:

feat: wijzig authenticatie-methode

BREAKING CHANGE: /login is vervangen door /authenticate

Korte Uitleg Pull Request

1. Wat is een Pull Request?

  • Een voorstel om jouw wijzigingen (commits) te laten samenvoegen in een andere branch.
  • Hierdoor kunnen anderen de code reviewen en feedback geven.

2. Pull Request maken (GitHub webinterface)

  1. Maak een branch
    • Klik op “Branch: main” → “New branch”.
  2. Wijzig je bestanden
    • Voeg commits toe in jouw nieuwe branch.
  3. Open een PR
    • Klik op “Compare & pull request” of “New pull request”.
    • Base branch = main, compare branch = jouw nieuwe branch.
    • Titel + beschrijving invullen → “Create pull request”.

3. Code reviewen

  1. Ga naar de PR → Tabblad “Pull requests” → Open de gewenste PR.
  2. Bestanden bekijken → “Files changed” om alle wijzigingen te zien.
  3. Feedback
    • Klik op het +-icoon naast de regel om een opmerking toe te voegen.
    • “Submit review” om goed te keuren, af te keuren of alleen te reageren.
  4. Wijzigingen doorvoeren
    • Pas code aan in dezelfde branch en push opnieuw.

4. GitHub Desktop

  1. Maak een branch → Links boven: “Current branch” → “New branch”.
  2. Commit & push → Onder in GitHub Desktop staan je wijzigingen → Schrijf commit-bericht → “Commit” → “Push”.
  3. Pull request openen → Klik op “Create Pull Request” in GitHub Desktop → Titel + beschrijving → “Create Pull Request”.

5. Tips

  • Gebruik duidelijke branchnamen.
  • Schrijf korte, duidelijke commitberichten.
  • Check of je code werkt (en eventuele tests slagen) voordat je de PR opent.