# @ungap/assign

> An Object.assign polyfill

Latest version **0.2.0** (published 2020-05-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ungap/assign
pnpm add @ungap/assign
yarn add @ungap/assign
bun add @ungap/assign
```

## 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.2.0 |
| Published | 2020-05-02 |
| First published | 2018-12-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | Object, assign, polyfill, legacy |

## Links

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

## Recent versions

- 0.2.0 (latest) — 2020-05-02
- 0.1.0 — 2018-12-01

## README

# Object.assign

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

An [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign) polyfill.

  * CDN, as global `assign` utility, via https://unpkg.com/@ungap/assign
  * ESM via `import assign from '@ungap/assign'`
  * CJS via `const assign = require('@ungap/assign')`

Compatible with every JS engine.

[Live test](https://ungap.github.io/assign/test/)

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