node-merge-objects by shevaroller

Merge two objects and concatenate arrays that are values of the same object key.

updated at Nov. 25, 2015, 4:43 p.m.

JavaScript

2 +0

2 +0

1 +0

GitHub
through2-map-promise by RangerMauve

A small promise-based wrapper for through2

updated at Dec. 5, 2018, 10:40 p.m.

JavaScript

4 +0

3 +0

0 +0

GitHub
static-props by fibo

defines static object attributes using `Object.defineProperties`

updated at July 8, 2019, 9:55 p.m.

JavaScript

3 +0

3 +0

0 +0

GitHub
count-days-in-month by shinnn

Get the number of days in a given month

updated at July 8, 2019, 10:03 p.m.

JavaScript

1 +0

1 +0

0 +0

GitHub
parse-next-json-value by ErikOnBike

Parse next JSON value from string allowing extraneous characters after value

updated at July 8, 2019, 10:05 p.m.

JavaScript

2 +0

1 +0

1 +0

GitHub
zipmap by landau

Returns a map with the keys mapped to the corresponding vals.

updated at July 15, 2019, 8:56 p.m.

JavaScript

3 +0

4 +0

1 +0

GitHub
object-pairs by eush77

Object -> [[key0, value0], [key1, value1]...]

updated at July 15, 2019, 8:56 p.m.

JavaScript

2 +0

2 +0

0 +0

GitHub
semver-first-satisfied by parro-it

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

updated at July 15, 2019, 8:59 p.m.

JavaScript

2 +0

2 +0

0 +0

GitHub
semver-max by eush77

Find maximum (or minimum) version according to semver

updated at July 15, 2019, 8:59 p.m.

JavaScript

2 +0

3 +0

0 +0

GitHub
map-array by parro-it

Map object keys and values into an array.

updated at July 15, 2019, 10:26 p.m.

JavaScript

2 +0

4 +0

0 +0

GitHub
has-key-deep by ryanaghdam

Deep-search objects for keys in JavaScript objects. Keys can be searched by providing an array of keys, or using a dot-notiation.

updated at Oct. 18, 2019, 1:32 a.m.

JavaScript

0 +0

1 +0

2 +0

GitHub
missing-deep-keys by vladgolubev

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

updated at Feb. 19, 2020, 4:19 p.m.

JavaScript

2 +0

0 +0

1 +0

GitHub
to-pascal-case by ianstormtaylor

Convert a string to pascal case.

updated at July 18, 2020, 4:37 a.m.

JavaScript

3 +0

3 +0

0 +0

GitHub
flatten-obj by watson

Converts an object literal with deeply nested nodes to a simple key/value object

updated at Dec. 23, 2020, 9:02 p.m.

JavaScript

3 +0

20 +0

4 +0

GitHub
not-defined by fibo

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

updated at March 7, 2021, 12:23 p.m.

JavaScript

3 +0

3 +0

3 +0

GitHub
deep-bind by jonschlinkert

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

updated at April 12, 2021, 10:21 p.m.

JavaScript

3 +0

8 +0

2 +0

GitHub
in-array by jonschlinkert

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

updated at April 12, 2021, 10:36 p.m.

JavaScript

3 +0

16 +0

1 +0

GitHub
mime-type-check by RocktimSaikia

Check all the available MIME types of an extension

updated at April 27, 2021, 12:43 a.m.

JavaScript

3 +0

5 +0

1 +0

GitHub
easy-math.js by kingzez

A tiny easy math include addition multiplication subtraction division.

updated at May 14, 2021, 5:54 a.m.

TypeScript

3 +0

7 +0

1 +0

GitHub
normalize-pkg by jonschlinkert

Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.

updated at May 15, 2021, 1 p.m.

JavaScript

3 +0

18 +0

2 +0

GitHub