uuid by uuidjs

Generate RFC-compliant UUIDs in JavaScript

updated at April 21, 2024, 5:45 a.m.

JavaScript

138 -1

14,195 +22

878 +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 April 21, 2024, 5:14 a.m.

TypeScript

79 +1

5,140 +10

409 +0

GitHub
node-glob by isaacs

glob functionality for node.js

updated at April 21, 2024, 1:39 a.m.

TypeScript

98 +0

8,325 +3

466 +2

GitHub
nanoid by ai

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

updated at April 21, 2024, 12:05 a.m.

JavaScript

161 +0

23,164 +44

756 -1

GitHub
mime by broofa

Mime types for JavaScript

updated at April 20, 2024, 11:24 p.m.

TypeScript

21 +0

2,084 +5

310 +0

GitHub
throttle-debounce by niksy

Throttle and debounce functions.

updated at April 20, 2024, 8:22 p.m.

JavaScript

5 +0

999 +0

109 +0

GitHub
fecha by taylorhakes

Lightweight and simple JS date formatting and parsing

updated at April 20, 2024, 7:17 p.m.

JavaScript

27 +0

2,060 +1

137 +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
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
rimraf by isaacs

A `rm -rf` util for nodejs

updated at April 20, 2024, 1:07 p.m.

TypeScript

44 +0

5,479 +7

248 +0

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 April 20, 2024, 1:05 a.m.

TypeScript

15 +0

1,056 +2

51 +0

GitHub
is-even by i-voted-for-trump

I created this in 2014, when I was learning how to program.

updated at April 19, 2024, 9:26 p.m.

JavaScript

5 +0

198 +0

10 +0

GitHub
npm-deprecated-check by KID-joker

🐦 Check for deprecated packages

updated at April 19, 2024, 1:53 p.m.

TypeScript

2 +0

24 +2

0 +0

GitHub
get-value by jonschlinkert

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

updated at April 19, 2024, 3:26 a.m.

JavaScript

8 +0

242 +1

26 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

updated at April 18, 2024, 9:15 p.m.

JavaScript

16 +0

1,500 +1

85 +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 +1

14 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

updated at April 18, 2024, 2:22 a.m.

JavaScript

6 +0

187 +1

41 +0

GitHub
is-number by jonschlinkert

JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.

updated at April 18, 2024, 1:22 a.m.

JavaScript

8 +0

249 +1

47 -2

GitHub
is-odd by i-voted-for-trump

I created this in 2014, the year I learned how to program. All of the downloads are from an old version of https://github.com/micromatch/micromatch. I've done a few other things since: https://github.com/jonschlinkert.

updated at April 17, 2024, 10:33 p.m.

JavaScript

5 +0

292 -1

73 +0

GitHub
is-promise by then

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

updated at April 17, 2024, 4:21 a.m.

JavaScript

10 +0

282 +1

32 +0

GitHub