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
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
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
package-config by sindresorhus

Get namespaced config from the closest package.json

updated at April 11, 2024, 5:17 p.m.

JavaScript

7 +0

117 +0

14 +0

GitHub
quetie by TomerAberbach

🎀 Just the cutest and tiniest queue/deque implementation!

updated at April 13, 2024, 11:52 p.m.

JavaScript

3 +0

110 +0

2 +0

GitHub
group-array by doowb

Group array of objects into lists.

updated at April 18, 2024, 3:03 a.m.

JavaScript

3 +0

57 +0

14 +0

GitHub
through2-map by brycebaril

A through2 to create an Array.prototype.map analog for streams.

updated at April 20, 2024, 5:47 p.m.

JavaScript

3 +0

70 +0

2 +0

GitHub
through2-filter by brycebaril

A through2 wrapper to create an Array.prototype.filter analog for streams

updated at April 20, 2024, 5:47 p.m.

JavaScript

2 +0

35 +0

4 +0

GitHub
syncthrough by mcollina

Transform your data as it pass by, synchronously.

updated at April 25, 2024, 5:57 a.m.

JavaScript

8 +0

100 +0

3 +0

GitHub
username by sindresorhus

Get the username of the current user

updated at April 27, 2024, 6:31 a.m.

JavaScript

6 +0

141 +0

17 +0

GitHub
JSONStream by dominictarr

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

updated at May 1, 2024, 2:26 a.m.

JavaScript

36 +0

1,903 +0

180 +0

GitHub
twas by vutran

🕰 Tiny (280B) relative time string function (eg: "3 seconds ago")

updated at May 2, 2024, 11:58 a.m.

JavaScript

3 +0

250 +0

10 +0

GitHub
object-values by sindresorhus

Get the values of an object

updated at May 2, 2024, 5:45 p.m.

JavaScript

6 +0

27 +0

5 +0

GitHub
is-fqdn by parro-it

Check if a string represent a fully qualified domain name

updated at May 2, 2024, 11:19 p.m.

JavaScript

2 +0

21 +0

1 +0

GitHub