# @ungap/essential-map

> An essential Map poorlyfill for legacy browsers.

Latest version **0.3.2** (published 2020-06-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ungap/essential-map
pnpm add @ungap/essential-map
yarn add @ungap/essential-map
bun add @ungap/essential-map
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.2 |
| Published | 2020-06-21 |
| First published | 2018-11-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | Map, essential, poorlyfill, polyfill, legacy, ungap |

## Links

- npm: https://www.npmjs.com/package/@ungap/essential-map
- Repository: https://github.com/ungap/essential-map
- Homepage: https://github.com/ungap/essential-map#readme
- Issues: https://github.com/ungap/essential-map/issues
- npm.io page: https://npm.io/package/@ungap/essential-map

## Recent versions

- 0.3.2 (latest) — 2020-06-21
- 0.3.1 — 2020-06-21
- 0.3.0 — 2020-05-02
- 0.2.0 — 2019-07-24
- 0.1.7 — 2018-11-23
- 0.1.6 — 2018-11-22
- 0.1.5 — 2018-11-22
- 0.1.4 — 2018-11-22
- 0.1.3 — 2018-11-22
- 0.1.2 — 2018-11-22
- 0.1.1 — 2018-11-22
- 0.1.0 — 2018-11-22

## README

# Essential Map

[![Build Status](https://travis-ci.com/ungap/essential-map.svg?branch=master)](https://travis-ci.com/ungap/essential-map) [![Coverage Status](https://coveralls.io/repos/github/ungap/essential-map/badge.svg?branch=master)](https://coveralls.io/github/ungap/essential-map?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/essential-map.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)

An essential [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) poorlyfill for legacy browsers.

Only methods are `delete`, `forEach`, `get`, `has`, and `set`.

  * CDN via https://unpkg.com/@ungap/essential-map
  * ESM via `import Map from '@ungap/essential-map'`
  * CJS via `const Map = require('@ungap/essential-map')`

Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).

[Live test](https://ungap.github.io/essential-map/test/)

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