An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

npmjs.org "callbackelement" keyword

View the packages on the npmjs.org package registry that are tagged with the "callbackelement" keyword.

@bemoje/arr-sorted-has 1.0.2 removed
Binary search -based indexOf for sorted arrays.
3 versions - Latest release: over 5 years ago - 2 dependent packages - 15 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-last-where 1.0.2 removed
Return the last element of an array where the callback returns true.
3 versions - Latest release: over 5 years ago - 1 dependent package - 8 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-sorted-index-of 1.0.2 deprecated
Binary search -based indexOf for sorted arrays.
3 versions - Latest release: over 5 years ago - 4 dependent packages - 1 dependent repositories - 15 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-sorted-insertion-index 3.0.2 deprecated
Find the array index of where to add an element to keep it sorted.
6 versions - Latest release: over 5 years ago - 2 dependent packages - 1 dependent repositories - 9 downloads last month - 1 stars on GitHub - 1 maintainer
@bemoje/arr-sorted-remove-duplicates 1.0.1 deprecated
Remove all duplicate elements in a sorted array, leaving only uniques.
2 versions - Latest release: over 5 years ago - 2 dependent packages - 15 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-sorted-indexes-of 1.0.1 deprecated
Find all indexes at which an array element exists, by binary search.
2 versions - Latest release: over 5 years ago - 2 dependent packages - 16 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-sorted-add 1.0.4 deprecated
For a sorted array, add an element. Whichever comparator function was used to sort the array, can...
5 versions - Latest release: over 5 years ago - 2 dependent packages - 13 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-sort 1.0.2 deprecated
Sort an array considerably faster than the native Array.prototype.sort as a drop-in replacement. ...
3 versions - Latest release: over 5 years ago - 2 dependent packages - 9 downloads last month - 1 stars on GitHub - 1 maintainer
@bemoje/arr-sort-comparator 1.0.5 deprecated
Create array comparator function.
6 versions - Latest release: over 5 years ago - 8 dependent packages - 1 dependent repositories - 14 downloads last month - 1 stars on GitHub - 1 maintainer
@bemoje/arr-index-of-first-where 1.0.1 deprecated
Return the index of the first element of an array where the callback returns true. Returns -1 if ...
2 versions - Latest release: over 5 years ago - 1 dependent package - 11 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-first-where 1.0.2 deprecated
Return the first element of an array where the callback returns true.
3 versions - Latest release: over 5 years ago - 1 dependent package - 305 downloads last month - 0 stars on GitHub - 1 maintainer
@bemoje/arr-any 1.0.1 deprecated
Check whether a condition is true for any element of an array. The condition check is in the form...
2 versions - Latest release: over 5 years ago - 1 dependent package - 10 downloads last month - 0 stars on GitHub - 1 maintainer