object-values by sindresorhus

Get the values of an object

created at Feb. 6, 2014, 5:31 p.m.

JavaScript

6 +0

27 +0

5 +0

GitHub
time-stamp by jonschlinkert

Get a formatted timestamp. Used in gulp, assemble, generate, and many others.

created at May 1, 2015, 9:01 a.m.

JavaScript

6 +0

112 +0

18 +0

GitHub
arr-flatten by jonschlinkert

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

created at Sept. 26, 2014, 1:59 a.m.

JavaScript

6 +0

59 +0

16 +0

GitHub
username by sindresorhus

Get the username of the current user

created at March 30, 2014, 6:12 p.m.

JavaScript

6 +0

141 +0

17 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

created at Oct. 12, 2014, 11:42 a.m.

JavaScript

6 +0

187 +0

41 +0

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

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

created at Feb. 24, 2015, 5:59 a.m.

JavaScript

5 +0

199 +0

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.

created at Feb. 24, 2015, 5:58 a.m.

JavaScript

5 +0

292 +0

73 +0

GitHub
delegate by zenorocha

Lightweight event delegation

created at Oct. 25, 2015, 11 p.m.

JavaScript

5 +0

183 +0

30 +0

GitHub
compose-function by stoeffel

Function composition

created at Jan. 4, 2015, 9:12 a.m.

JavaScript

5 +0

57 +0

3 +0

GitHub
throttle-debounce by niksy

Throttle and debounce functions.

created at Dec. 20, 2014, 3:10 p.m.

JavaScript

5 +0

1,002 +3

109 +0

GitHub
has-value by jonschlinkert

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

created at Sept. 22, 2014, 1:48 a.m.

JavaScript

4 +0

27 +0

7 +0

GitHub
slice.js by hustcc

milky way nano library to enhance String.substring / Array.slice with python slice style by Proxy.

created at July 27, 2016, 4:26 a.m.

JavaScript

4 +0

34 +0

1 +0

GitHub
copee by styfle

📄 Copy text from browser to clipboard...natively! < 1kB

created at July 23, 2015, 5:38 a.m.

TypeScript

4 +0

143 +0

5 +0

GitHub
image-promise by bfred-it

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

created at April 3, 2016, 8:41 a.m.

TypeScript

4 +0

145 +0

16 +0

GitHub
dom-element-value by crysalead-js

DOM element value getter/setter.

created at May 9, 2015, 5:13 p.m.

JavaScript

4 +0

6 +0

0 +0

GitHub
arr-diff by jonschlinkert

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

created at Sept. 26, 2014, 6:39 a.m.

JavaScript

4 +0

44 +0

18 +0

GitHub
has-own-property by LinusU

None

created at June 3, 2016, 5:33 p.m.

JavaScript

4 +0

2 +0

0 +0

GitHub
array-range by mattdesl

creates a new array with given range

created at Nov. 9, 2014, 6:23 p.m.

JavaScript

4 +0

25 +0

6 +0

GitHub
unordered-array-remove by mafintosh

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

created at Dec. 30, 2015, 2:31 p.m.

JavaScript

4 +0

117 +0

8 +0

GitHub
through2-map-promise by RangerMauve

A small promise-based wrapper for through2

created at Feb. 23, 2016, 3:21 p.m.

JavaScript

4 +0

3 +0

0 +0

GitHub