No description provided.
Cryptographic key pairs for the XRP Ledger
Fastest random ID and random string generation for Node.js
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Implementation of JSON Web Signatures
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Lazy-evaluating list of files, based on globs or regex patterns
The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js
A JavaScript text diff implementation.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Generate a random integer
JWA implementation (supports all JWS algorithms)
Hashing made simple. Get the hash of a buffer/string/stream/file.
Define a lazily evaluated property on an object
Deterministic pseudo-random number generator for JavaScript and TypeScript
diff with unified diff format handling
Calculates similarity between two strings
Randomize the order of items in an array
Get consecutively unique elements from an array
The lightest signal library.
Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)
A functional typescript implementation of the PCG family random number generators
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
Lazy assertions without performance penalty