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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@asphalt-react/iconpack-aloha

v0.2.0

Published

Aloha Icons for Asphalt React Components

Downloads

1,918

Readme

Aloha Iconpack

npm

Aloha Iconography for Asphalt Web. Use this library for adding Aloha icons to your projects. Check the documentation for all available icons.

Usage

import { Delete } from "@asphalt-react/iconpack-aloha"

export default App = () => {
  return <Delete />
}

Setup

Icons are generated automatically from Aloha icon library which are published in Coffer. The automation process is handled through coffercodegen repository. The pipeline runs every Monday and will automatically create an MR to this repository. Ignore the MR if there's no changes.

Committing your changes

  1. Use Conventional Commits for your commit message. Add the relevant commit types and an optional scope (directory name of the theme package). These commit messages help release-it generate the changelog and figure out the next version.
<type>[optional scope]: <description>

[optional body]

[optional footer]
  1. Push the changes to remote.

  2. Add a merge request against master branch.

Publish icons

The package is published in our internal registry https://npm.golabs.io/.

  1. Switch to master branch and pull the latest changes.

  2. Connect to VPN TCC Integration. If you don't have access, ask IT Helpdesk in Lark channel to add you to the VPN group.

  3. Authenticate to the private registry:

    npm login --registry=https://npm.golabs.io/
  4. Run npm run release & follow the instructions from release-it. It will automatically propose a new version based on commit message. It will also generate Changelog for the changes.