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

redact‑secrets is an npm library that recursively scans JavaScript objects and replaces any values that look like passwords, tokens, credit‑card numbers, etc., with a user‑provided placeholder (e.g., “[REDACTED]”). It exports an initializer that returns a `map` method for producing a redacted clone and a `forEach` method for mutating the original object, making it useful for developers who need to strip sensitive data from logs, API responses, or configuration objects before sharing or storing them.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of watson/redact-secrets

Account's avatar
watson/is-secret
A distributed maintained collection of patterns that indicate that something probably is secret
Account's avatar
ljharb/js-traverse
traverse and transform objects by visiting every node on a recursive walk
Account's avatar
pvorb/node-clone
deep cloning of objects and arrays
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

watson's profile
watson
2 contributions

Recent events

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

No events yet
watson

watson/redact-secrets

Deeply iterate over an object and redact secret values by replacing them with a predefined string

JavaScript
16
7
MIT License