arr-diff by jonschlinkert

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

updated at July 23, 2023, 6:20 p.m.

JavaScript

4 +0

44 +0

18 +0

GitHub
unordered-array-remove by mafintosh

Efficiently remove an element from an unordered array without doing a splice

updated at July 21, 2023, 8:46 a.m.

JavaScript

4 +0

117 +0

8 +0

GitHub
to-camel-case by ianstormtaylor

Convert a string to a camel case.

updated at July 7, 2023, 9:53 a.m.

JavaScript

3 +0

36 +0

3 +0

GitHub
is-empty-object by gummesson

Check if an object is empty.

updated at June 19, 2023, 12:36 a.m.

JavaScript

2 +0

11 +0

4 +0

GitHub
to-capital-case by ianstormtaylor

Convert a string to a capital case.

updated at May 22, 2023, 10:29 p.m.

JavaScript

3 +0

11 +0

2 +0

GitHub
node-du by rvagg

A simple JavaScript implementation of `du -sb`

updated at April 30, 2023, 4:26 p.m.

JavaScript

3 +0

29 +0

11 +0

GitHub
compose-tiny by hipstersmoothie

A very tiny and fast compose function.

updated at April 3, 2023, 1:32 p.m.

JavaScript

3 +0

46 +0

2 +0

GitHub
akamai-time-reference by jucrouzet

Get a time reference using Akamai's time reference service

updated at April 1, 2023, 3:06 a.m.

JavaScript

2 +0

3 +0

1 +0

GitHub
slice.js by hustcc

milky way nano library to enhance String.substring / Array.slice with python slice style by Proxy.

updated at March 23, 2023, 9:07 p.m.

JavaScript

4 +0

34 +0

1 +0

GitHub
fun-gcd by zubayerhimel

Find the Greatest Common Divisor using Euclidean Algorithm

updated at March 9, 2023, 1:40 a.m.

JavaScript

1 +0

1 +0

0 +0

GitHub
array.chunk by zhiyelee

Split array/TypedArray to chunks of given size

updated at March 8, 2023, 4:32 a.m.

JavaScript

1 +0

11 +0

0 +0

GitHub
help-version by eush77

Easily handle --help and --version arguments in your CLI application

updated at Feb. 17, 2023, 11:32 a.m.

JavaScript

2 +0

5 +0

0 +0

GitHub
to-snake-case by ianstormtaylor

Convert a string to a snake case.

updated at Feb. 15, 2023, 9:47 p.m.

JavaScript

3 +0

26 +0

2 +0

GitHub
rtrim by sergejmueller

Strip whitespace - or other characters - from the end of a string

updated at Jan. 28, 2023, 7:26 a.m.

JavaScript

1 +0

0 +0

2 +0

GitHub
document-ready by bendrucker

Document ready listener for modern browsers

updated at Jan. 27, 2023, 12:39 p.m.

JavaScript

3 +0

59 +0

3 +0

GitHub
has-value by jonschlinkert

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

updated at Jan. 2, 2023, 3:58 p.m.

JavaScript

4 +0

27 +0

7 +0

GitHub
pad-left by jonschlinkert

Left pad a string with zeros or a specified string. Fastest implementation.

updated at Dec. 6, 2022, 1:07 a.m.

JavaScript

3 +0

44 +0

8 +0

GitHub
to-dot-case by ianstormtaylor

Convert a string to a dot case.

updated at Nov. 22, 2022, 6:22 p.m.

JavaScript

3 +0

5 +0

0 +0

GitHub
get-media-size by bfred-it

Get the real size of an <img>, <video>, or <canvas> in the browser.

updated at Sept. 12, 2022, 10:02 a.m.

JavaScript

3 +0

12 +0

0 +0

GitHub
sorted-object by domenic

Returns a copy of an object with its keys sorted

updated at July 29, 2022, 5:05 a.m.

JavaScript

3 +0

35 +0

4 +0

GitHub