throttle-debounce by niksy

Throttle and debounce functions.

updated at May 22, 2024, 12:29 a.m.

JavaScript

5 +0

1,002 +1

107 +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 May 21, 2024, 8:08 a.m.

JavaScript

8 +0

253 +1

48 +0

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

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

updated at May 21, 2024, 7:34 a.m.

JavaScript

5 +0

201 +1

10 +0

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 May 21, 2024, 7:33 a.m.

JavaScript

5 +0

294 +1

73 +0

GitHub
image-promise by bfred-it

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

updated at May 20, 2024, 4:10 p.m.

TypeScript

4 +0

146 +1

16 +0

GitHub
fast-cartesian by ehmicky

Fast cartesian product

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

TypeScript

4 +0

64 +0

5 +0

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 +0

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 +0

32 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

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

JavaScript

16 +0

1,503 +0

67 +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 +0

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
pump by mafintosh

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

updated at May 15, 2024, 5:26 p.m.

JavaScript

7 +0

902 +0

57 +0

GitHub
once by isaacs

Run a function exactly one time

updated at May 15, 2024, 9:29 a.m.

JavaScript

8 +0

221 +0

29 +0

GitHub
node-tmp by raszi

Temporary file and directory creator for node.js

updated at May 15, 2024, 9:18 a.m.

JavaScript

7 +0

730 +0

92 +0

GitHub
decamelize by sindresorhus

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

updated at May 15, 2024, 9:14 a.m.

JavaScript

9 +0

234 +0

25 +0

GitHub
set-value by jonschlinkert

Set nested properties on an object using dot-notation.

updated at May 14, 2024, 4:58 p.m.

JavaScript

9 +0

269 +0

42 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

updated at May 13, 2024, 1:51 p.m.

JavaScript

6 +0

189 +0

41 +0

GitHub
get-value by jonschlinkert

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

updated at May 8, 2024, 8:06 p.m.

JavaScript

8 +0

243 +0

26 +0

GitHub
module-best-practices by mattdesl

books some best practices for JS modules

updated at May 8, 2024, 4:54 a.m.

JavaScript

49 +0

1,532 +0

95 +0

GitHub
is-stream by sindresorhus

Check if something is a Node.js stream

updated at May 4, 2024, 6:37 p.m.

JavaScript

9 +0

109 +0

20 +0

GitHub