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

The **difference** package provides a tiny, fast utility for computing the set‑difference between two JavaScript arrays. It returns a new array containing the elements that are unique to each input (e.g., `difference([1,2,'3'], [3,4,5])` yields `[1,2,4,5]`). It’s aimed at Node.js (and browser) developers who need a simple, dependency‑free way to compare arrays.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of miketheprogrammer/difference

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
miketheprogrammer/node-lazy-range
Lazy Range function for JS. Exposes forEach forEachAsync and toArray.

Support the repos that depend on this repository

Top contributors

miketheprogrammer's profile
miketheprogrammer
2 contributions
bitdeli-chef's profile
bitdeli-chef
1 contributions

Recent events

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

No events yet
miketheprogrammer

miketheprogrammer/difference

Calculate the difference of two arrays

JavaScript
0
0
MIT License