# es7-object-polyfill

> A polyfill for missing Object.values / Object.entries

Latest version **1.0.1** (published 2019-10-10) · Unlicense license · 0 weekly downloads

## Install

```sh
npm install es7-object-polyfill
pnpm add es7-object-polyfill
yarn add es7-object-polyfill
bun add es7-object-polyfill
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-10-10 |
| First published | 2016-08-05 |
| Weekly downloads | 0 |
| License | Unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Vitaly Gordon |
| Maintainers | xpl |
| Keywords | es7, object, values, entries, polyfill |

## Links

- npm: https://www.npmjs.com/package/es7-object-polyfill
- Repository: https://github.com/xpl/es7-object-polyfill
- Issues: https://github.com/xpl/es7-object-polyfill/issues
- npm.io page: https://npm.io/package/es7-object-polyfill

## Dependencies (2)

- [browserify](https://npm.io/package/browserify.md) ^16.2.3
- [reflect.ownkeys](https://npm.io/package/reflect.ownkeys.md) ^0.2.0

## Recent versions

- 1.0.1 (latest) — 2019-10-10
- 1.0.0 — 2019-04-15
- 0.0.8 — 2019-04-15
- 0.0.7 — 2018-07-06
- 0.0.6 — 2018-07-06
- 0.0.5 — 2017-05-26
- 0.0.4 — 2017-05-26
- 0.0.3 — 2016-08-28
- 0.0.2 — 2016-08-28
- 0.0.1 — 2016-08-05
- 0.0.0 — 2016-08-05

## README

# A polyfill for missing Object.values / Object.entries

Installing:

```bash
npm install es7-object-polyfill
```

Usage:

```javascript
require ('es7-object-polyfill')
```

It will automatically create `Object.values` and `Object.entries` — but only if they're not already defined.

## In a browser, without module bundlers

Served from Unpkg CDN:

```html
<script src="https://unpkg.com/es7-object-polyfill"></script>
```

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