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

iccdev

v2.3.1

Published

The International Color Consortium....promoting and encouraging the standardization of an open color management system with WASM Tools for managing ICC Color Profiles

Readme

iccDEV

Introduction

The purpose of the International Color Consortium (ICC) is to promote the use and adoption of open, vendor-neutral, cross-platform color management systems. The International Color Consortium encourages vendors to support the ICC profile format and the workflows required to use ICC profiles.

Quick Start

Web Browser

npm install iccdev
cd node_modules/iccdev
npx http-server .
Browse URL http://localhost:8080

Command Line

npm install iccdev
cd node_modules/iccdev
node run-iccScan.js

Expected Output

node .\run-iccScan.js

iccScan 0.2 [LittleCMS 2.17, IccProfLib 2.3.1, IccLibXML 2.3.1]
Copyright (c) 2022-2025 David H Hoyt LLC - iccScan Source Code & IccSignatureUtilities.h
Copyright (c) 1998-2015 Marti Maria Saguer - Little CMS2 Library
Copyright (c) 2003-2025 International Color Consortium - iccMAX Library
...
[2025-10-26 19:04:39] [DEBUG] Starting ICC header fuzz diagnostics...
ICC_INFO: [licc.cpp:1460] [TRACE] Field 'cmmId': offset=4 size=4
  [00] = 0x73
  [01] = 0x6d
  [02] = 0x63
  [03] = 0x6c
ICC_INFO: [licc.cpp:1467] [TRACE] Field 'magic': offset=36 size=4
  [00] = 0x70
  [01] = 0x73
  [02] = 0x63
  [03] = 0x61
ICC_WARN: [licc.cpp:1472] Potential Input Pollution: Profile Magic mismatch
[2025-10-26 19:04:39] [HEURISTIC] Phase='HeaderMagic' Detail='Invalid magic bytes (expected "acsp")'
ICC_WARN: [licc.cpp:1497] Potential Dirty Write: field=HeaderPad offset=0 val=0x73 (expected=0xee)
ICC_WARN: [licc.cpp:1497] Potential Dirty Write: field=HeaderPad offset=1 val=0x6d (expected=0xee)
...
        *** WARNING: Profile may contain matching heuristics

[2025-10-26 19:04:39] [WARN] Heuristic match indicator flagged
[2025-10-26 19:04:39] Validation Result: Ok

ICC_INFO: [licc.cpp:2338] Validation passed.
ICC_INFO: [licc.cpp:2358] Execution complete with exitCode=0

The iccDEV project (formerly known as DemoIccMAX) provides an open source set of libraries and tools that allow for the interaction, manipulation, and application of ICC based color management profiles based on the ICC profile specification and the iccMAX profile specification.

All documentation is in the "docs" directory. If you're just getting started, we recommend you read the Introduction for a list of features and libraries included in iccDEV.

To build from source view the Build documentation.

Contributing

This software consists of voluntary contributions made by many individuals on behalf of the The International Color Consortium.

The first thing to do, before anything else, is talk to us! Whether you're reporting an issue, requesting or implementing a feature, or just asking a question; please don’t hesitate to reach out to project maintainers or the community as a whole. This is an important first step because your issue, feature, or the question may have been solved or discussed already, and you’ll save yourself a lot of time by asking first.

License

iccDEV is licensed under the BSD 3-Clause “New” or “Revised” License

Membership in the ICC is encouraged when this software is used for commercial purposes. For more information on The International Color Consortium, please visit www.color.org.