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 nktnet1/kill-sync

Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for express
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
nktnet1/slync
0 dependencies event-loop blocking synchronus sleep modelled after atomic-sleep.
Account's avatar
nktnet1/sync-request-curl
Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for high performance. Cannot be used in a browser.
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
rolldown/tsdown
The Elegant Bundler for Libraries
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typescript-eslint/typescript-eslint
Tooling which enables you to use TypeScript with ESLint
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

depfu[bot]'s profile
depfu[bot]
98 contributions
nktnet's profile
nktnet
18 contributions
nktnet1's profile
nktnet1
14 contributions
deepsource-io[bot]'s profile
deepsource-io[bot]
1 contributions

Recent events

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

No events yet
nktnet1

nktnet1/kill-sync

Synchronously kill processes based on their pid. Supports treekill, where child processes are recursively terminated.

TypeScript
6
1
MIT License

kill‑sync is a tiny Node.js utility that synchronously sends POSIX signals to a given process ID, optionally killing the entire process tree. It’s aimed at developers or scripts that need immediate, reliable termination of processes (including their children) without asynchronous callbacks.