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

logger-diff

v1.0.3

Published

send logs and watch on my site. check the difference

Readme

logger-diff

paper and pen are better than good memory.

in other words, if you love vanillaJs, then love and logs)

Introduction

Have you ever worked with very large js files? When there are 20000 lines in the file. And you need to keep track of :

  • where which function is called
  • their calling order.
  • values of the variables.
  • and what changed when you wrote new functionality
  • etc

It's all very difficult So, let me introduce you my humble solution (in draft state for 1 Nov 2021)

Installation

logger-diff requires Node.js to run.

npm i logger-diff

Usage in code

const {createLogger} = require('logger-diff');
const logger = createLogger('someUniqueLabel');

logger.sendLog('any', 'arguments', 'up', 'to', 'you');

Watch in demo site

  • visit logger-diff-web.herokuapp.com
  • and shout loudly "OMG! This site is still under development"
  • enter your unique label in the "Label" field
  • press "Search" button
  • wait for heroku to wake up at the first request. Next requests should execute faster
  • in the main workarea you will see two identical tabs
  • you may choose your logs by timestamp
  • and look for the difference between the two logs

Note: the solution is at the development stage, and so far there is little functionality. I hope there will be many interesting and useful things in the future

License

Feel free to use in any good ideas (commercial/private/opensource/etc)

with love to JS from Kazakhstan, Qazaq IT community