# can-assign

> A simplified version of Object.assign, which only accepts a single source argument.

Latest version **1.3.3** (published 2019-05-28) · 0 weekly downloads

## Install

```sh
npm install can-assign
pnpm add can-assign
yarn add can-assign
bun add can-assign
```

## 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.3.3 |
| Published | 2019-05-28 |
| First published | 2017-04-14 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 16.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Bitovi |
| Maintainers | blackmarket, chasen, cherif_b, justinbmeyer, phillipskevin, stin13 |
| Keywords | canjs, object, assign |

## Links

- npm: https://www.npmjs.com/package/can-assign
- Repository: https://github.com/canjs/can-assign
- Homepage: https://canjs.com/
- Issues: https://github.com/canjs/can-assign/issues
- npm.io page: https://npm.io/package/can-assign

## Dependencies (1)

- [can-namespace](https://npm.io/package/can-namespace.md) 1.0.0

## Recent versions

- 1.3.3 (latest) — 2019-05-28
- 1.3.2 — 2019-05-24
- 1.3.1 — 2018-07-19
- 1.3.0 — 2018-07-10
- 1.2.0 — 2018-07-04
- 1.1.1 — 2017-11-30
- 1.1.0 — 2017-11-30
- 1.0.1 — 2017-11-02
- 1.0.0 — 2017-04-14

## README

# can-assign

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-assign/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-assign.svg)](https://www.npmjs.com/package/can-assign)
[![Travis build status](https://travis-ci.org/canjs/can-assign.svg?branch=master)](https://travis-ci.org/canjs/can-assign)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-assign.svg)](https://greenkeeper.io/)

A simplified version of Object.assign, which only accepts a single source argument.

## Documentation

Read the [can-assign API docs on CanJS.com](https://canjs.com/doc/can-assign.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-assign/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-assign/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-assign/blob/master/LICENSE)

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