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

`fs-write-stream-atomic` is a Node.js library that provides an atomic write stream, similar to `fs.createWriteStream`, but with the added guarantee of atomicity. It writes to a temporary file and then renames it to the target file upon completion, ensuring data integrity even in concurrent write scenarios. This library is ideal for developers who need to write files atomically, such as when updating configuration files or logs in a multi-process environment.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of npm/fs-write-stream-atomic

Account's avatar
isaacs/node-graceful-fs
A drop-in replacement for fs, making various improvements.
Account's avatar
shesek/iferr
Higher-order functions for easier error handling
Account's avatar
jensyt/imurmurhash-js
An incremental implementation of MurmurHash3
Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

iarna's profile
iarna
15 contributions
isaacs's profile
isaacs
12 contributions
othiym23's profile
othiym23
8 contributions
zkat's profile
zkat
2 contributions
stefanmb's profile
stefanmb
2 contributions
codeimpossible's profile
codeimpossible
1 contributions
LinusU's profile
LinusU
1 contributions
thefourtheye's profile
thefourtheye
1 contributions

Recent events

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

No events yet
npm

npm/fs-write-stream-atomic

Like `fs.createWriteStream(...)`, but atomic.

JavaScript
50
9
ISC License