is-finite by sindresorhus

ES2015 Number.isFinite() ponyfill

created at Aug. 4, 2014, 3:37 p.m.

JavaScript

7 +0

19 +0

6 +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
array-foreach by twada

Array#forEach ponyfill for older browsers

created at March 4, 2015, 7:11 a.m.

JavaScript

3 +0

8 +0

0 +0

GitHub
array-from by b12-archive

A ponyfill for the ES 2015 `Array.from()`

created at May 12, 2015, 10:53 a.m.

JavaScript

1 +0

16 +0

6 +0

GitHub
number-is-nan by sindresorhus

ES2015 Number.isNaN() ponyfill

created at May 20, 2015, 8:43 p.m.

JavaScript

7 +0

28 +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
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
webcrypto-shim by vibornoff

Web Cryptography API shim for legacy browsers

created at Aug. 8, 2015, 1:14 a.m.

JavaScript

15 +0

121 +0

39 +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
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
globalThis by es-shims

ECMAScript spec-compliant polyfill/shim for `globalThis`.

created at March 30, 2016, 5:02 a.m.

JavaScript

7 +0

154 +0

13 +0

GitHub
resize-observer-polyfill by que-etc

A polyfill for the Resize Observer API

created at Aug. 1, 2016, 1:10 p.m.

JavaScript

14 +0

1,733 +1

132 +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
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.prototype.some by es-shims

Array.prototype.some spec-compliant polyfill

created at Nov. 23, 2016, 4:40 a.m.

JavaScript

4 +0

2 +0

1 +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
abortcontroller-polyfill by mo

Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).

created at July 23, 2017, 9:11 a.m.

JavaScript

7 +0

325 +0

28 +0

GitHub
cross-fetch by lquixada

Universal WHATWG Fetch API for Node, Browsers and React Native.

created at Sept. 2, 2017, 6:36 p.m.

JavaScript

12 +0

1,652 +3

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