CodeBrowser / npm / core-js
core-js@3.49.0
// Standard library
$ npm install core-js
downloads/wk
59,525,536
license
MIT
version
3.49.0
published
Mar 16, 2026
What is core-js?
core-js is a polyfill library that provides implementations of modern JavaScript standard library features for older environments that don't support them natively. Developers use it to ensure their code can run on a wider range of browsers and Node.js versions by filling in missing APIs like Promise, Map, Set, and other ES2015+ features. It supports multiple installation modes and can be configured to only polyfill the specific features your project needs.
Keywords
#ES3 #ES5 #ES6 #ES7 #ES2015 #ES2016 #ES2017 #ES2018 #ES2019 #ES2020 #ES2021 #ES2022 #ES2023 #ES2024 #ES2025 #ES2026 #ECMAScript 3 #ECMAScript 5 #ECMAScript 6 #ECMAScript 7 #ECMAScript 2015 #ECMAScript 2016 #ECMAScript 2017 #ECMAScript 2018 #ECMAScript 2019 #ECMAScript 2020 #ECMAScript 2021 #ECMAScript 2022 #ECMAScript 2023 #ECMAScript 2024 #ECMAScript 2025 #ECMAScript 2026 #Map #Set #WeakMap #WeakSet #TypedArray #Promise #Observable #Symbol #Iterator #AsyncIterator #URL #URLSearchParams #queueMicrotask #setImmediate #structuredClone #polyfill #ponyfill #shim
Maintainers
zloirock