joakimch


Joakim L. Christiansen

  • An ES module with some functions making it easier to accept a wide range of binary-data holding objects like Array, TypedArray, DataView, ArrayBuffer and Node.js's Buffer as input without having to actually know which of them were used as the input.

    published 1.1.0 3 years ago
  • An ES module for checking which "computing platform" the script is executed in. For now it can check if it's running in Node.js, Deno or the browser.

    published 1.0.0 3 years ago
  • An ES module providing a "bit consumer" class allowing you to feed it endless of bits and receive unsigned integers back from them whenever the wanted amount of bits has been consumed. The bits are consumed in the order of the most significant bits first.

    published 1.0.1 3 years ago
  • An ES module providing functions for converting (encoding and decoding) numbers and data to/from any base (input any charset). Works in Node.js, Deno and the browser. Includes functions for base32, base64 and base64url.

    published 1.0.0 3 years ago
  • An ES module with a class providing a "Pseudo-random number generator" which is "pluggable" meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The mod

    published 2.1.0 a year ago
  • An ES module providing functions for setting and clearing bits (and doing any bitwise operations) in Numbers up to 53 bits and in BigInts of any bit-width. In addition there's also functions to manipulate the bits in JavaScript's 64-bit floats and represe

    published 1.0.0 3 years ago
  • This is a CLI tool (and an ES module) to output an overview of the (last 30 days) download activity of all the packages maintained (or published) by a certain NPM username. It can also output a score overview.

    published 2.0.3 2 years ago
  • An ES module with an API allowing easy usage of tdewolff's minify within Node.js

    published 0.9.0 2 years ago
  • An ES module for doing the raw RSA algorithm (without any padding scheme) in vanilla JavaScript.

    published 0.9.1 2 years ago
  • An ES module for doing the raw blowfish algorithm (without any padding scheme) in vanilla JavaScript.

    published 0.9.0 2 years ago
  • ## About

    published 0.9.2 5 months ago
  • A powerful promise based mutex and a concurrency controller as a bonus.

    published 0.9.0 8 months ago
  • A tiny Chrome DevTools Protocol interface which doesn't get in your way!

    published 0.9.0 5 months ago
  • A tiny event stream parser.

    published 0.9.0 5 months ago
  • A cross platform archiver for OpenAI's DALL·E (for now it only supports DALL·E through ChatGPT).

    published 0.9.6 5 months ago