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.
Links
Keywords
Maintainers
zloirock