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

@helyx/module-logging

v1.1.14

Published

Configurable Discord activity logging for Helyx.

Downloads

2,156

Readme

Logging module

An official Helyx Insights module that posts customer-visible activity records from other enabled Helyx modules.

Behaviour

Server managers choose one text or announcement channel for Helyx activity records. Modules declare a bounded catalogue of safe logging events through the SDK. Logging accepts only declared events, renders event summaries and details as plain text, and disables all implicit Discord mentions.

Each source module exposes a Logging dashboard tab. If Logging is not installed, the tab explains that it is unavailable. If Logging is installed but disabled, the tab offers an Enable Logging action. When enabled, the tab lets a server manager turn each declared event on or off. Events use their declared default until an override is saved.

The Logging module is disabled by default. Enabling it without choosing a destination does not discard or queue activity; events remain undelivered until valid configuration exists.

Data boundaries

The module stores no copies of Discord messages, feedback text, suggestion text, usernames, or activity payloads in PostgreSQL. Discord owns the delivered log messages. Core platform persistence stores only per-server event switches with optimistic versions because those switches coordinate several independent modules.

Operational application logs remain separate from customer-visible activity records. Disabling this module stops customer-visible delivery but does not suppress Helyx's security, error, audit, or operational telemetry.

Package and deployment boundaries

The package imports only approved Helyx contracts. It never imports Discord.js, a database driver, application-private code, or hosted-only infrastructure. Discord delivery and policy persistence are supplied by the bot's SDK adapter, so the same module package can run in hosted and future self-hosted compositions.

The package includes compiled output, its manifest, README, and proprietary notice in its npm allowlist. Publication is restricted to the repository's explicit release plan, clean-tree checks, tarball inspection, and registry verification.

Required Discord access

Helyx needs VIEW_CHANNEL and SEND_MESSAGES in the configured destination. Logging does not need Message Content, Presence, or any additional privileged gateway intent.