nanoid by ai

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

updated at May 18, 2024, 11:34 p.m.

JavaScript

158 -1

23,504 +69

762 +0

GitHub
rimraf by isaacs

A `rm -rf` util for nodejs

updated at May 18, 2024, 10:23 p.m.

TypeScript

44 +0

5,493 -3

248 +0

GitHub
sleep-promise by brummelte

Resolves a promise after a specified delay.

updated at May 18, 2024, 8:44 a.m.

JavaScript

2 +0

84 +0

9 +0

GitHub
fast-cartesian by ehmicky

Fast cartesian product

updated at May 18, 2024, 3:23 a.m.

TypeScript

4 +0

64 +1

5 +0

GitHub
uuid by uuidjs

Generate RFC-compliant UUIDs in JavaScript

updated at May 18, 2024, 1:41 a.m.

JavaScript

138 +0

14,240 +7

880 -1

GitHub
node-glob by isaacs

glob functionality for node.js

updated at May 17, 2024, 10:50 p.m.

TypeScript

98 +0

8,350 +6

468 +1

GitHub
fecha by taylorhakes

Lightweight and simple JS date formatting and parsing

updated at May 17, 2024, 4:42 p.m.

JavaScript

27 +0

2,060 -1

123 +0

GitHub
is-promise by then

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

updated at May 17, 2024, 4:40 p.m.

JavaScript

10 +0

281 -1

32 +0

GitHub
node-deep-equal by inspect-js

node's assert.deepEqual algorithm

updated at May 17, 2024, 4:40 p.m.

JavaScript

18 +0

760 -1

111 +0

GitHub
node-semver by npm

The semver parser for node (the one npm uses)

updated at May 17, 2024, 4:39 p.m.

JavaScript

104 +0

4,976 +4

461 +2

GitHub
memoize by sindresorhus

Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

updated at May 17, 2024, 8:30 a.m.

TypeScript

15 +0

1,066 +8

51 +0

GitHub
mime by broofa

Mime types for JavaScript

updated at May 17, 2024, 3:50 a.m.

TypeScript

21 +0

2,098 +7

312 +0

GitHub
timeago.js by hustcc

clock8 hourglass timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.

updated at May 17, 2024, 2:28 a.m.

TypeScript

78 +0

5,180 +8

411 +1

GitHub
through2 by rvagg

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

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

JavaScript

21 +0

1,897 -1

106 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

updated at May 16, 2024, 5:24 p.m.

JavaScript

16 +0

1,503 -1

67 +0

GitHub
throttle-debounce by niksy

Throttle and debounce functions.

updated at May 16, 2024, 5:24 p.m.

JavaScript

5 +0

1,001 -2

107 +0

GitHub
stringify-object by yeoman

Stringify an object/array like JSON.stringify just without all the double-quotes

updated at May 16, 2024, 8:15 a.m.

JavaScript

18 +0

307 +2

47 +0

GitHub
concat-stream by maxogden

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

updated at May 16, 2024, 2:13 a.m.

JavaScript

13 +0

572 +0

71 +0

GitHub
strip-ansi by chalk

Strip ANSI escape codes from a string

updated at May 16, 2024, 12:16 a.m.

JavaScript

12 +0

384 +1

37 +0

GitHub
deep-object-diff by mattphillips

Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️

updated at May 15, 2024, 9:28 p.m.

JavaScript

11 +0

1,010 +1

88 +0

GitHub