ludios


Ivan Kozik

  • All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for Node.js, with stream support

    published 5.0.0 a year ago
  • Chunks a node readable stream into multiple fixed-length streams

    published 0.3.5 9 years ago
  • Monkeypatch Buffer.prototype.inspect to show size and also text content if UTF-8

    published 0.1.4 9 years ago
  • Exit a node/io.js process when changes to source files in the current directory are detected

    published 0.1.2 9 years ago
  • The maybePromiseFactory normalizes synchronous values and asynchronous values by always returning a Promise.

    published 1.0.0 8 years ago
  • Type-check your function inputs with syntax like T(s, T.string, buf, Buffer, strings, T.list(T.string))

    published 2.0.0 9 years ago
  • Blacklist a package.json dependency entry at any depth in your dependency tree, making it invisible to npm install and other npm commands

    published 0.2.0 9 years ago
  • Assert module for node that 1) appends the provided message to the default message, instead of replacing it 2) supports calling a function to get the message 3) A.eq does ===; no support for == or !=

    published 3.0.0 a year ago
  • Streamable uint32-prefixed frame decoder for node. Supports both little-endian and big-endian sizes. Size can include or exclude the 4 bytes of length itself. No O(N^2) problems on data trickling in. No dependencies.

    published 1.0.1 9 years ago