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

fpmk-equicharts-widget

v0.0.2

Published

Lightweight chart widget built with html5 canvas

Readme

Features

  • Pure TypeScript: Written from the ground up in pure TypeScript for type safety and modern JavaScript compatibility.
  • No Dependencies: Zero external dependencies mean fewer security risks and optimal performance.
  • High Performance: Efficient rendering and smooth interactions even with large datasets.
  • Customizable Charts: Easily customizable chart types including candlestick, line, bar, and more.
  • Interactive Tools: A suite of interactive tools for detailed analysis, including zoom, pan, and annotation capabilities.
  • Responsive Design: Adaptive layout for seamless use across devices and screen sizes.
  • Extensible Architecture: Designed for easy integration and extension to fit your specific needs.

This library uses kline charts as its core with lots of customizations, which is licensed under the Apache License 2.0.

Charting Platform


Contribution Guidelines

We welcome contributions from the community! Here's how you can contribute:

Code Contributions

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Create a Branch: Create a feature or bugfix branch (git checkout -b feature/your-feature-name).
  3. Make Your Changes: Implement your changes, following the coding standards.
  4. Commit Your Changes: Write clear and concise commit messages (git commit -m "Your message").
  5. Push to Your Fork: Push the changes to your fork (git push origin feature/your-feature-name).
  6. Submit a Pull Request: Open a pull request with a description of your changes.

Reporting Issues

  • Search for Existing Issues: Before opening a new issue, search for existing issues to avoid duplicates.
  • Open a New Issue: If no existing issue matches, open a new issue with detailed information, including steps to reproduce the issue.

Coding Standards

  • Follow the Existing Code Style: Maintain consistency with the project's existing code style.
  • TypeScript Best Practices: Adhere to TypeScript best practices and ensure type safety.
  • Testing: Ensure that your changes are covered by tests and do not break existing tests.

Documentation

  • Update Documentation: If your changes affect usage or behavior, update the documentation accordingly.
  • Clear and Concise: Write documentation that is clear, concise, and easy to follow.

License

By contributing, you agree that your contributions will be licensed under the Apache License 2.0.