proposal-string-replaceall by tc39

ECMAScript proposal: String.prototype.replaceAll

updated at Feb. 14, 2024, 3:58 p.m.

HTML

23 +0

254 +0

17 +0

GitHub
Object.entries by es-shims

ES2017 spec-compliant shim for Object.entries

updated at Feb. 7, 2024, 12:11 p.m.

JavaScript

6 +0

57 +0

9 +0

GitHub
array-includes by es-shims

Array.prototype.includes spec-compliant polyfill

updated at Feb. 5, 2024, 11:02 a.m.

JavaScript

4 +0

43 +0

12 +0

GitHub
is-finite by sindresorhus

ES2015 Number.isFinite() ponyfill

updated at Jan. 31, 2024, 3:20 a.m.

JavaScript

7 +0

19 +0

6 +0

GitHub
object-keys by ljharb

Object.keys shim

updated at Jan. 17, 2024, 3:57 p.m.

JavaScript

7 +0

43 +0

17 +0

GitHub
performance-observer-polyfill by fastly

🔎 Polyfill for the PerformanceObserver API

updated at Jan. 16, 2024, 4:41 p.m.

TypeScript

7 +0

29 +0

4 +0

GitHub
tickedoff by jamiebuilds

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

updated at Jan. 11, 2024, 7:14 p.m.

JavaScript

6 +0

216 +0

15 +0

GitHub
next-tick by medikoo

Environment agnostic nextTick polyfill

updated at Dec. 6, 2023, 1:40 a.m.

JavaScript

7 +0

73 +0

8 +0

GitHub
cross-blob by Richienb

Cross-platform Blob implementation for Node.js and the Web.

updated at Nov. 25, 2023, 11:04 a.m.

JavaScript

4 +0

12 +0

3 +0

GitHub
named-regexp-groups by commenthol

Regular expressions with named capture groups and named back-references

updated at Nov. 23, 2023, 7:33 p.m.

JavaScript

4 +0

10 +0

2 +0

GitHub
Array.prototype.find by paulmillr

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

updated at Nov. 22, 2023, 1:06 a.m.

JavaScript

7 +0

37 +0

17 +0

GitHub
buffer-from by LinusU

A ponyfill for Buffer.from

updated at Nov. 5, 2023, 11:06 p.m.

JavaScript

4 +0

22 +0

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

updated at Sept. 7, 2023, 5:34 p.m.

JavaScript

6 +0

32 +0

6 +0

GitHub
array-from by b12-archive

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

updated at Aug. 21, 2023, 2:01 p.m.

JavaScript

1 +0

16 +0

6 +0

GitHub
es6-map by medikoo

Map collection as specified in ECMAScript6

updated at Aug. 15, 2023, 4:33 p.m.

JavaScript

3 +0

73 +0

14 +0

GitHub
Array.prototype.every by es-shims

Array.prototype.every spec-compliant polyfill

updated at July 30, 2023, 7:44 p.m.

JavaScript

4 +0

7 +0

2 +0

GitHub
Object.values by es-shims

ES2017 spec-compliant shim for Object.values

updated at July 24, 2023, 8:44 a.m.

JavaScript

5 +0

72 +0

8 +0

GitHub
es6-set by medikoo

Set collection as specified in ECMAScript 6

updated at Nov. 21, 2022, 3:21 a.m.

JavaScript

3 +0

46 +0

9 +0

GitHub
object-is by es-shims

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

updated at Aug. 26, 2022, 2:05 a.m.

JavaScript

4 +0

25 +0

8 +0

GitHub
indexof by component

Thanks microsoft

updated at May 31, 2022, 10:11 a.m.

JavaScript

4 +0

15 +0

10 +0

GitHub