is-sorted by dcousens

A small module to check if an Array is sorted

updated at Nov. 1, 2023, 8:18 a.m.

JavaScript

3 +0

22 +0

31 +0

GitHub
split by dominictarr

None

updated at Nov. 10, 2023, 3:21 p.m.

JavaScript

10 +0

347 +0

39 +0

GitHub
is-generator by blakeembrey

Check whether a given value is a generator function

updated at Dec. 7, 2023, 8:51 a.m.

JavaScript

3 +0

15 +0

5 +0

GitHub
delegate by zenorocha

Lightweight event delegation

updated at Dec. 13, 2023, 10:02 a.m.

JavaScript

5 +0

183 +0

30 +0

GitHub
to-title-case by ianstormtaylor

Convert a string to a title case.

updated at Dec. 29, 2023, 10 a.m.

JavaScript

3 +0

18 +0

6 +0

GitHub
array-last by jonschlinkert

Return the last element in an array. Faster than `.slice`

updated at Jan. 5, 2024, 2:04 p.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
image-promise by bfred-it

🎑🤞 Load one or more images, return a promise. Tiny, browser-only, no dependencies.

updated at Jan. 9, 2024, 2:06 p.m.

TypeScript

4 +0

145 +0

16 +0

GitHub
shurley by BrunoBernardino

I'll give you the right URL, but don't call me Shirley!

updated at Jan. 13, 2024, 3:23 p.m.

TypeScript

3 +0

6 +0

1 +0

GitHub
hirestime by seriousManual

thin wrapper around process.hrtime

updated at Jan. 16, 2024, 4:24 p.m.

TypeScript

1 +0

16 +0

3 +0

GitHub
deep-assign by sindresorhus

[DEPRECATED] Recursive Object.assign()

updated at Jan. 31, 2024, 12:12 p.m.

JavaScript

13 +0

247 +0

37 +0

GitHub
compose-function by stoeffel

Function composition

updated at Feb. 8, 2024, 7:44 p.m.

JavaScript

5 +0

57 +0

3 +0

GitHub
file-size by nijikokun

📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.

updated at Feb. 10, 2024, 6:28 p.m.

JavaScript

9 +0

232 +0

11 +0

GitHub
curry by dominictarr

simple curry module, with nothing *too clever*, and full test coverage

updated at Feb. 23, 2024, 7:56 p.m.

JavaScript

10 +0

314 +0

19 +0

GitHub
filter-obj by sindresorhus

Filter object keys and values into a new object

updated at March 1, 2024, 4:20 p.m.

JavaScript

10 +0

92 +0

8 +0

GitHub
fs-promise by kevinbeaty

[DEPRECATED] Use mz or fs-extra^3 with Promise support

updated at March 6, 2024, 5:11 a.m.

JavaScript

8 +0

170 +0

13 +0

GitHub
decamelize by sindresorhus

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

updated at March 7, 2024, 6:55 a.m.

JavaScript

9 +0

233 +0

25 +0

GitHub
set-value by jonschlinkert

Set nested properties on an object using dot-notation.

updated at March 8, 2024, 10 a.m.

JavaScript

9 +0

268 +0

42 +0

GitHub
pump by mafintosh

pipe streams together and close all of them if one of them closes

updated at March 24, 2024, 11:25 a.m.

JavaScript

7 +0

902 +0

57 +0

GitHub
filled-array by sindresorhus

Returns an array filled with the specified input

updated at April 5, 2024, 3:22 p.m.

JavaScript

7 +0

43 +0

5 +0

GitHub
through2 by rvagg

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

updated at April 5, 2024, 7:12 p.m.

JavaScript

21 +0

1,898 +0

106 +0

GitHub