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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
danstefancu's profile
danstefancu
1 contributions
danstefancu

danstefancu/domain-adapter

Adapt to usable domain, subdomain and hostname an URL or a domain. Can also be used to validate

TypeScript
0
0
MIT License

Support the dependencies of danstefancu/domain-adapter

Account's avatar
peerigon/parse-domain
Splits a hostname into subdomains, domain and (effective) top-level domains
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Domain‑Adapter is a lightweight JavaScript library that parses a URL or domain string and extracts its normalized components — the top‑level domain, subdomain, hostname (including punycode conversion for IDNs) and path — while also providing a simple validity check. It’s aimed at developers who need reliable domain handling and validation in web applications or Node.js services.