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

@brashkie/media-codecs

v0.1.1

Published

[DEPRECATED] Migrated to @kryxjs/codecs. Run: npm install @kryxjs/codecs. See https://github.com/Brashkie/kryx-codecs

Downloads

421

Readme

⚠️ @brashkie/media-codecs — DEPRECATED ⚠️

[!WARNING]

This package has been moved to @kryxjs/codecs

Development continues at github.com/Brashkie/kryx-codecs.

No new features will be added here. Only critical security fixes (if any) until end of 2026.


🚀 Migrate now

npm uninstall @brashkie/media-codecs @brashkie/media-core
npm install @kryxjs/codecs @kryxjs/core

Update your imports:

- import { createDecoder, CodecRegistry } from '@brashkie/media-codecs'
- import { MediaError } from '@brashkie/media-core'
+ import { createDecoder, CodecRegistry } from '@kryxjs/codecs'
+ import { MediaError } from '@kryxjs/core'

That's it. The public TypeScript API is identical — only the package names change.

📖 Full migration guide


What's the difference?

| Aspect | @brashkie/[email protected] | @kryxjs/[email protected] | |--------|-------------------------------|-----------------------| | Status | 🔴 Deprecated | 🟢 Active development | | Repo | Brashkie/media-codecs | Brashkie/kryx-codecs | | Depends on | @brashkie/media-core@^0.1.4 | @kryxjs/core@^0.1.0 | | TypeScript API | identical | identical | | Future features | ❌ none | ✅ all new work happens here |

The successor package is part of the broader Kryx ecosystem — a modular alternative to FFmpeg for Node.js, organized under the @kryxjs/* scope.


Why the rename?

The @kryxjs/* scope groups all packages of the Kryx ecosystem together (@kryxjs/core, @kryxjs/codecs, @kryxjs/codecs-opus, etc.), making the ecosystem easier to discover and maintain.

@brashkie/media-codecs was the prototype name. @kryxjs/codecs is the production name.


What did NOT change

  • Public TypeScript API (every class, function, type, signature)
  • Codec / Decoder / Encoder traits
  • CodecRegistry global singleton API
  • Built-in PCM codecs (pcm_s16le, pcm_s32le, pcm_f32le, pcm_f64le)
  • CodecError hierarchy
  • ESM + CJS dual format
  • Per-platform native binaries (7 platforms)
  • Node.js ≥18 requirement

Status

  • @brashkie/[email protected] is the last functional version (now deprecated).
  • No new features will land here. Only critical security fixes (if any) until end of 2026.

Need help migrating?

Open a discussion on the new repo or file an issue.


👉 Go to @kryxjs/codecs 👈

English · Español