Array.prototype.find by paulmillr

Simple ES6 Array.prototype.find polyfill for older environments.

created at Dec. 20, 2013, 3:16 p.m.

JavaScript

7 +0

37 +0

17 +0

GitHub
Array.prototype.flatMap by es-shims

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

created at Sept. 29, 2017, 9:28 p.m.

JavaScript

6 +0

32 +0

6 +0

GitHub
tickedoff by jamiebuilds

Tiny library (<200B gzip) for deferring something by a "tick"

created at March 26, 2018, 5:53 p.m.

JavaScript

6 +0

216 +0

15 +0

GitHub
es6-weak-map by medikoo

WeakMap collection as specified in ECMAScript6

created at Oct. 24, 2013, 2:42 p.m.

JavaScript

6 +0

29 +0

7 +0

GitHub
Object.entries by es-shims

ES2017 spec-compliant shim for Object.entries

created at Sept. 2, 2015, 1:51 p.m.

JavaScript

6 +0

57 +0

9 +0

GitHub
Object.fromEntries by es-shims

Official ES spec-compliant polyfill for Object.fromEntries

created at March 21, 2018, 2:41 p.m.

JavaScript

5 +0

33 +0

5 +0

GitHub
String.prototype.trim by es-shims

ES5 spec-compliant shim for String.prototype.trim

created at Aug. 8, 2015, 6:36 p.m.

JavaScript

5 +0

13 +0

3 +0

GitHub
Object.values by es-shims

ES2017 spec-compliant shim for Object.values

created at Sept. 1, 2015, 7:20 a.m.

JavaScript

5 +0

72 +0

8 +0

GitHub
console.table by bahmutov

Adds console.table method that prints an array of objects as a table in console

created at April 2, 2014, 2:37 a.m.

JavaScript

5 +0

139 +0

16 +0

GitHub
webbluetooth by thegecko

Node.js implementation of the Web Bluetooth Specification

created at Nov. 19, 2017, 3:37 p.m.

TypeScript

5 +0

138 +2

21 +0

GitHub
String.prototype.trimRight by es-shims

ES2019 spec-compliant shim for String.prototype.trimRight.

created at July 29, 2015, 9:49 p.m.

JavaScript

5 +0

8 +0

3 +0

GitHub
node-xhr2 by pwnall

XMLHttpRequest emulator for node.js

created at Jan. 28, 2013, 10:38 a.m.

CoffeeScript

5 +0

103 +0

41 +0

GitHub
object-is by es-shims

ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.

created at Feb. 18, 2014, 6:06 a.m.

JavaScript

4 +0

25 +0

8 +0

GitHub
String.prototype.trimLeft by es-shims

ES2019 spec-compliant shim for String.prototype.trimLeft.

created at July 29, 2015, 8:55 p.m.

JavaScript

4 +0

7 +0

4 +0

GitHub
Array.prototype.every by es-shims

Array.prototype.every spec-compliant polyfill

created at Nov. 21, 2016, 5:31 a.m.

JavaScript

4 +0

7 +0

2 +0

GitHub
array-includes by es-shims

Array.prototype.includes spec-compliant polyfill

created at Jan. 3, 2015, 7:50 p.m.

JavaScript

4 +0

43 +0

12 +0

GitHub
indexof by component

Thanks microsoft

created at Aug. 16, 2012, 11:40 p.m.

JavaScript

4 +0

15 +0

10 +0

GitHub
buffer-from by LinusU

A ponyfill for Buffer.from

created at Aug. 18, 2016, 7:44 p.m.

JavaScript

4 +0

22 +0

10 +0

GitHub
named-regexp-groups by commenthol

Regular expressions with named capture groups and named back-references

created at Jan. 8, 2017, 9:07 p.m.

JavaScript

4 +0

10 +0

2 +0

GitHub
String.prototype.replaceAll by es-shims

Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal.

created at Sept. 1, 2019, 8:04 p.m.

JavaScript

4 +0

35 +0

2 +0

GitHub