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 derbyjs/arraydiff

Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

nateps's profile
nateps
14 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
2 contributions
rkstedman's profile
rkstedman
1 contributions

Recent events

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

No events yet
derbyjs

derbyjs/arraydiff

Diff two arrays, finding inserts, removes, and moves

JavaScript
38
5
No license

`arraydiff` is a tiny Node.js library that computes the differences between two arrays, reporting inserts, removals and element moves (with optional custom equality checks). It’s aimed at JavaScript developers who need a simple, dependency‑free way to generate diff operations for array‑based data structures, such as UI lists or state synchronization.