Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@asphalt-react/iconpack-aloha

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asphalt-react/iconpack-aloha

Aloha Icons for Asphalt React Components

latest
npmnpm
Version
0.2.1
Version published
Weekly downloads
286
53.76%
Maintainers
6
Weekly downloads
 
Created
Source

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.

Update icons

  • Check out the MR branch that was automatically created from the pipeline.

  • Ensure all icons added have the correct attributes such as height and width.

  • Run npm run loom to generate icon type declaration.

  • Commit type declaration changes with commit message chore: update icon types declaration.

  • Push changes to remote branch, merge the MR, and publish.

Committing your changes

  • 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]
  • Push the changes to remote.

  • Add a merge request against master branch.

Publish icons

  • Switch to master branch and pull the latest changes.

  • 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.

Keywords

asphalt

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts