Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kenany/get-random-values

Account's avatar
biomejs/biome
Biome is a toolchain for the web: formatter, linter and more
Account's avatar
containerbase/semantic-release
A pnpm plugin for semantic-release
Account's avatar
kenany/biome-config
kenany's biome config
Account's avatar
tsconfig/bases
A base TSConfig for working with Node 20.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.isfunction
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for tape
Account's avatar
conventional-changelog/conventional-changelog
Conventionalcommits.org preset for conventional-changelog.
Account's avatar
ForbesLindesay/is-browser
Test whether you're a component in browser or a package in npm
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
plantain-00/type-coverage
A CLI tool to check type coverage for typescript code
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

renovate[bot]'s profile
renovate[bot]
240 contributions
kenany's profile
kenany
102 contributions
semantic-release-bot's profile
semantic-release-bot
7 contributions
jessetane's profile
jessetane
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
kenany

kenany/get-random-values

`window.crypto.getRandomValues` with fallback to Node.js crypto

JavaScript
18
7
MIT License

`get-random-values` is a tiny cross‑environment utility that fills a TypedArray with cryptographically secure random numbers. It first tries `window.crypto.getRandomValues` (or the legacy `msCrypto`), falls back to Node’s `crypto.randomBytes`, and throws an error if no source is available, making it useful for developers who need a simple, unified API for secure randomness in both browsers and Node.js.