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
matteobad's profile
matteobad
37 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
15 contributions
semantic-release-bot's profile
semantic-release-bot
6 contributions
evanleck's profile
evanleck
1 contributions
matteobad

matteobad/detect-autofill

Small javascript library to detect browser autofill of form elements. Usefull for implementing floating labels or applying custom styles.

JavaScript
46
13
MIT License

Support the dependencies of matteobad/detect-autofill

Account's avatar
kumarharsh/custom-event-polyfill
Account's avatar
semantic-release/changelog
semantic-release plugin to create or update a changelog file
Account's avatar
semantic-release/commit-analyzer
semantic-release plugin to analyze commits with conventional-changelog
Account's avatar
semantic-release/git
semantic-release plugin to commit release assets to the project's git repository
Account's avatar
semantic-release/github
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Account's avatar
semantic-release/npm
semantic-release plugin to publish a npm package
Account's avatar
semantic-release/release-notes-generator
semantic-release plugin to generate changelog content with conventional-changelog
Account's avatar
commitizen/cz-cli
Git commit, but play nice with conventions.
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
sass/dart-sass
A pure JavaScript implementation of Sass.
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Account's avatar
webpack/webpack-cli
CLI for webpack & friends

Detect‑autofill is a tiny JavaScript library that watches form fields and fires a custom `onautocomplete` event whenever the browser fills them automatically. It lets developers (e.g., UI designers building floating‑label inputs or custom styling) reliably detect and optionally cancel browser autofill across modern browsers, including Chrome, Firefox, Safari, Edge, IE 11 and iOS.