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

@mdwrk/extension-catalog-hello

v1.1.1

Published

Sample third-party external extension used to validate catalog discovery, installation, trust, and runtime activation.

Readme

@mdwrk/extension-catalog-hello

Sample third-party external extension package used to validate the signed catalog installation path.

Manifest and compatibility

  • manifest export: ./manifest
  • manifest kind: external
  • compatibility declarations: host API, runtime, app, and theme contract ranges are declared in src/manifest.ts
  • distribution mode: external signed catalog artifact

Capabilities

This sample demonstrates a deliberately small capability footprint:

  • view.register
  • actionRail.register
  • notification.publish
  • settings.read

Settings schema

The sample manifest includes a minimal settings schema with a single greeting string field. That keeps the package suitable as a catalog/install/activation fixture without dragging in extra runtime surface area.

i18n readiness

The manifest uses I18nLabel descriptors for display name, description, view title, and action-rail title. The shipped catalog sample keeps en as the only bundled locale, which is intentional for the minimal external-fixture path.

Lifecycle and host/runtime tests

  • tests/run-smoke.mjs validates the manifest export and extension entry shape
  • tests/integration.mjs activates the extension against a mock host/runtime context and verifies view registration, action-rail registration, and notification behavior

Installation / configuration guidance

This package is not bundled into apps/client. It is published as a source package and transformed by the CI catalog/signing pipeline into an external browser-installable artifact. Use it when validating:

  • external catalog metadata generation
  • signed-manifest verification
  • install/enable/activate flows in the runtime
  • minimal schema-backed settings behavior for external extensions

API/reference docs

See the generated reference page at:

  • docs/reference/packages/mdwrk-extension-catalog-hello.md