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
pad-left by jonschlinkert

Left pad a string with zeros or a specified string. Fastest implementation.

created at Nov. 30, 2014, 7:21 p.m.

JavaScript

3 +0

44 +0

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

7 +0

GitHub
to-camel-case by ianstormtaylor

Convert a string to a camel case.

created at Sept. 19, 2013, 12:16 a.m.

JavaScript

3 +0

36 +0

3 +0

GitHub
array-last by jonschlinkert

Return the last element in an array. Faster than `.slice`

created at June 28, 2014, 11:50 a.m.

JavaScript

4 +0

35 +0

14 +0

GitHub
through2-filter by brycebaril

A through2 wrapper to create an Array.prototype.filter analog for streams

created at Aug. 6, 2013, 4:45 a.m.

JavaScript

2 +0

35 +0

4 +0

GitHub
sorted-object by domenic

Returns a copy of an object with its keys sorted

created at Feb. 17, 2014, 8:10 p.m.

JavaScript

3 +0

35 +0

4 +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
node-du by rvagg

A simple JavaScript implementation of `du -sb`

created at Dec. 13, 2012, 10:46 a.m.

JavaScript

3 +0

29 +0

11 +0

GitHub
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
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
to-snake-case by ianstormtaylor

Convert a string to a snake case.

created at Sept. 19, 2013, 12:20 a.m.

JavaScript

3 +0

26 +0

2 +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
npm-deprecated-check by KID-joker

🐦 Check for deprecated packages

created at Nov. 15, 2022, 3:01 p.m.

TypeScript

2 +0

24 +2

0 +0

GitHub
dedupe by seriousManual

easy deduplication of array values

created at July 28, 2013, 5:56 p.m.

TypeScript

2 +0

24 +0

7 +0

GitHub
is-sorted by dcousens

A small module to check if an Array is sorted

created at May 18, 2015, 3:43 a.m.

JavaScript

3 +0

22 +0

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

22 +0

1 +0

GitHub
flatten-obj by watson

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

created at Dec. 29, 2014, 3:09 p.m.

JavaScript

3 +0

20 +0

4 +0

GitHub
to-title-case by ianstormtaylor

Convert a string to a title case.

created at Sept. 19, 2013, 2:08 a.m.

JavaScript

3 +0

18 +0

6 +0

GitHub
normalize-pkg by jonschlinkert

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

created at March 25, 2014, 6:08 a.m.

JavaScript

3 +0

18 +0

2 +0

GitHub