missing-deep-keys by vladgolubev

thought balloon Tells you what keys from first object are missing in second

created at June 26, 2016, 12:18 a.m.

JavaScript

2 +0

0 +0

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

created at June 23, 2016, 2:06 a.m.

TypeScript

78 +0

5,163 +11

409 +0

GitHub
rtrim by sergejmueller

Strip whitespace - or other characters - from the end of a string

created at June 16, 2016, 3:54 p.m.

JavaScript

1 +0

0 +0

2 +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
is-fqdn by parro-it

Check if a string represent a fully qualified domain name

created at May 6, 2016, 7:09 p.m.

JavaScript

2 +0

21 -1

1 +0

GitHub
swap-array by michaelzoidl

Swaps the index / position of an array

created at April 20, 2016, 6:22 a.m.

JavaScript

2 +0

7 +0

4 +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
static-props by fibo

defines static object attributes using `Object.defineProperties`

created at March 6, 2016, 1:59 p.m.

JavaScript

3 +0

3 +0

0 +0

GitHub
promise-all-props by Siilwyn

Like `Promise.all` but for object properties.

created at March 5, 2016, 4:29 p.m.

JavaScript

3 +0

10 +0

2 +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
map-array by parro-it

Map object keys and values into an array.

created at Feb. 8, 2016, 11:10 p.m.

JavaScript

2 +0

4 +0

0 +0

GitHub
not-defined by fibo

checks if foo is not defined, i.e. undefined, null, an empty string, array, object or NaN

created at Feb. 5, 2016, 9:03 a.m.

JavaScript

3 +0

4 +0

3 +0

GitHub
semver-first-satisfied by parro-it

Find minimum in an array of version that satisfies a semver range.

created at Jan. 21, 2016, 10:05 p.m.

JavaScript

2 +0

2 +0

0 +0

GitHub
deep-bind by jonschlinkert

Bind a context to all functions in an object, including deeply nested functions.

created at Jan. 21, 2016, 8:23 a.m.

JavaScript

3 +0

8 +0

2 +0

GitHub
array.chunk by zhiyelee

Split array/TypedArray to chunks of given size

created at Jan. 6, 2016, 4:29 a.m.

JavaScript

1 +0

11 +0

0 +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
memoize by sindresorhus

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

created at Dec. 21, 2015, 6:38 p.m.

TypeScript

15 +0

1,058 +0

51 +0

GitHub
filled-array by sindresorhus

Returns an array filled with the specified input

created at Nov. 4, 2015, 12:20 p.m.

JavaScript

7 +0

43 +0

5 +0

GitHub
delegate by zenorocha

Lightweight event delegation

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

JavaScript

5 +0

183 +0

30 +0

GitHub
document-ready by bendrucker

Document ready listener for modern browsers

created at Oct. 9, 2015, 6:04 p.m.

JavaScript

3 +0

59 +0

3 +0

GitHub