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

of the method `htmlDiffer.diffHtml`<br> **@param** *{Object}* - options object with the following fields: - `charsAroundDiff` - how many characters to show around diff (default: `40`) - `context` - if `true` then show context around diff (default: `false`) **@returns** *{String}* - the string with diff ##### logger.logDiffText **@param** *{Array of objects}* - the result of the work of the method `htmlDiffer.diffHtml`<br> **@param** *{Object}* - options object with the following fields: - `charsAroundDiff` - how many characters to show around diff (default: `40`) - `context` - if `true` then show context around diff (default: `false`) **@returns** *{undefined}* - prints the string with diff to the console ### Example ```js import { HtmlDiffer } from '@markedjs/html-differ'; const html1 = '<div class="block__val">Text</div>'; const html2 = '<div class="block__val block__val_active">Text</div>'; const htmlDiffer = new HtmlDiffer({ ignoreAttributes: ['class

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of markedjs/html-differ

Account's avatar
veged/coa
Command-Option-Argument: Yet another parser for command line options.
Account's avatar
kpdecker/jsdiff
A JavaScript text diff implementation.
Account's avatar
inikulin/parse5
Streaming SAX-style HTML parser.
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
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
moll/js-must
Testing and assertion library with friendly BDD syntax — awesome.must.be.true(). Many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good and wel
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
497 contributions
github-actions[bot]'s profile
github-actions[bot]
220 contributions
eGavr's profile
eGavr
214 contributions
UziTech's profile
UziTech
177 contributions
semantic-release-bot's profile
semantic-release-bot
13 contributions
styfle's profile
styfle
7 contributions
shuhrat's profile
shuhrat
7 contributions
tadatuta's profile
tadatuta
6 contributions
Feder1co5oave's profile
Feder1co5oave
2 contributions
baweaver's profile
baweaver
1 contributions

Recent events

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

No events yet
markedjs

markedjs/html-differ

Сompares two HTML

JavaScript
34
15
MIT License