concat-stream by maxogden

writable stream that concatenates strings or data and calls a callback with the result

updated at Sept. 25, 2024, 9:17 a.m.

JavaScript

13 +0

573 +0

64 +0

GitHub
fecha by taylorhakes

Lightweight and simple JS date formatting and parsing

updated at Sept. 28, 2024, 12:09 a.m.

JavaScript

27 +0

2,063 +0

125 +0

GitHub
promise-all-props by Siilwyn

Like `Promise.all` but for object properties.

updated at Oct. 2, 2024, 5:03 p.m.

JavaScript

3 +0

9 +0

2 +0

GitHub
curry by dominictarr

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

updated at Oct. 2, 2024, 5:03 p.m.

JavaScript

10 +0

312 +0

19 +0

GitHub
shurley by BrunoBernardino

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

updated at Oct. 10, 2024, 2:01 p.m.

TypeScript

3 +0

6 +0

1 +0

GitHub
node-deep-equal by inspect-js

node's assert.deepEqual algorithm

updated at Oct. 15, 2024, 7:27 a.m.

JavaScript

18 +0

778 +0

109 +0

GitHub
is-promise by then

Test whether an object looks like a promises-a+ promise

updated at Oct. 17, 2024, 3:23 a.m.

JavaScript

10 +0

282 +0

32 +0

GitHub
quetie by TomerAberbach

🎀 Just the cutest and tiniest queue/deque implementation!

updated at Oct. 18, 2024, 6:03 a.m.

JavaScript

3 +0

112 +0

2 +0

GitHub
png-to-ico by steambap

convert png to ico format

updated at Oct. 22, 2024, 12:48 p.m.

JavaScript

4 +0

164 +0

22 +0

GitHub
module-best-practices by mattdesl

books some best practices for JS modules

updated at Oct. 22, 2024, 5:57 p.m.

JavaScript

49 +0

1,543 +0

86 +0

GitHub
syncthrough by mcollina

Transform your data as it pass by, synchronously.

updated at Oct. 22, 2024, 8:15 p.m.

JavaScript

7 +0

99 +0

3 +0

GitHub
decamelize by sindresorhus

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

updated at Oct. 23, 2024, 4:53 a.m.

JavaScript

9 +0

238 +0

25 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

updated at Oct. 25, 2024, 5:56 a.m.

JavaScript

6 +0

204 +0

42 +0

GitHub
node-merge-objects by shevaroller

Merge two objects and concatenate arrays that are values of the same object key.

updated at Oct. 25, 2024, 4:57 p.m.

JavaScript

2 +0

2 +0

1 +0

GitHub
unordered-array-remove by mafintosh

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

updated at Oct. 27, 2024, 8:31 p.m.

JavaScript

4 +0

118 +0

8 +0

GitHub
is-stream by sindresorhus

Check if something is a Node.js stream

updated at Oct. 28, 2024, 5:10 a.m.

JavaScript

9 +0

111 +0

20 +0

GitHub
get-value by jonschlinkert

Use property paths (`a.b.c`) get a nested value from an object.

updated at Oct. 28, 2024, 8:19 a.m.

JavaScript

8 +0

247 +0

26 +0

GitHub
through2 by rvagg

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

updated at Oct. 30, 2024, 6:12 a.m.

JavaScript

21 +0

1,901 +0

106 +0

GitHub
strip-ansi by chalk

Strip ANSI escape codes from a string

updated at Oct. 31, 2024, 2:45 p.m.

JavaScript

12 +0

398 +0

37 +0

GitHub
sleep-promise by brummelte

Resolves a promise after a specified delay.

updated at Nov. 1, 2024, 6:25 p.m.

JavaScript

2 +0

86 +0

9 +0

GitHub