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 waynecz/session-recorder

Account's avatar
grunt-ts/dts-bundle
Export TypeScript .d.ts files as an external module definition
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
s-panferov/awesome-typescript-loader
Awesome TS loader for webpack
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
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
sass/node-sass
Wrapper around libsass
Account's avatar
release-it/release-it
Generic CLI tool to automate versioning and package publishing-related tasks.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
prettier/tslint-config-prettier
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
Account's avatar
blakeembrey/tslint-config-standard
A TSLint config for JavaScript Standard Style
Account's avatar
wbuchwalter/tslint-loader
tslint loader for webpack
Account's avatar
prettier/tslint-plugin-prettier
Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
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
Account's avatar
webpack/webpack-cli
CLI for webpack & friends
Account's avatar
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes.
Account's avatar
survivejs/webpack-merge
Variant of merge that's useful for webpack configuration

Support the repos that depend on this repository

Top contributors

waynecz's profile
waynecz
56 contributions

Recent events

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

No events yet
waynecz

waynecz/session-recorder

📷 Record every movement in web ( DOM, http, error, mouse...

TypeScript
58
21
No license

The **session-recorder** library captures a complete, replay‑able log of everything that happens on a web page—including DOM mutations, network requests (XHR/fetch/beacon), console output, errors, mouse moves, clicks, scrolling and form changes. It outputs a lightweight JSON timeline that can be consumed by the companion **session‑player** to reproduce the session, making it useful for developers, QA engineers, or support teams who need to debug, monitor, or replay user interactions in web applications.