# @babel/polyfill

> Provides polyfills necessary for a full ES2015+ environment

Latest version **7.12.1** (published 2020-10-15) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @babel/polyfill
pnpm add @babel/polyfill
yarn add @babel/polyfill
bun add @babel/polyfill
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 7.12.1 |
| Published | 2020-10-15 |
| First published | 2017-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 432.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43999 |
| Author | Sebastian McKenzie <sebmck@gmail.com> |
| Maintainers | jlhwung, nicolo-ribaudo, hzoo, loganfsmyth, danez, existentialism |

## Links

- npm: https://www.npmjs.com/package/@babel/polyfill
- Repository: https://github.com/babel/babel
- Homepage: https://babeljs.io/
- npm.io page: https://npm.io/package/@babel/polyfill

## Dependencies (2)

- [core-js](https://npm.io/package/core-js.md) ^2.6.5
- [regenerator-runtime](https://npm.io/package/regenerator-runtime.md) ^0.13.4

## Recent versions

- 7.12.1 (latest) — 2020-10-15
- 7.11.5 — 2020-08-31
- 7.10.4 — 2020-06-30
- 7.10.1 — 2020-05-27
- 7.8.7 — 2020-03-05
- 7.8.3 — 2020-01-13
- 7.8.0 — 2020-01-12
- 7.7.0 — 2019-11-05
- 7.6.0 — 2019-09-06
- 7.4.4 — 2019-04-26
- 7.4.3 — 2019-04-02
- 7.4.0 — 2019-03-19
- 7.2.5 — 2018-12-21
- 7.2.3 — 2018-12-20
- 7.0.0 — 2018-08-27
- … 33 more at https://npm.io/package/@babel/polyfill/versions

## README

# @babel/polyfill

> Provides polyfills necessary for a full ES2015+ environment


**This package has been deprecated in favor of separate inclusion of required parts of [`core-js`](https://github.com/zloirock/core-js) and [`regenerator-runtime`](https://www.npmjs.com/package/regenerator-runtime). See our website [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill.html) for more information.**

See our website [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20polyfill%22+is%3Aopen) associated with this package.

## Install

Using npm:

```sh
npm install --save @babel/polyfill
```

or using yarn:

```sh
yarn add @babel/polyfill 
```

---
_Source: https://npm.io/package/@babel/polyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
