# util-extend

> Node's internal object extension function

Latest version **1.0.3** (published 2016-01-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install util-extend
pnpm add util-extend
yarn add util-extend
bun add util-extend
```

## 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.3 |
| Published | 2016-01-10 |
| First published | 2013-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Maintainers | isaacs |

## Links

- npm: https://www.npmjs.com/package/util-extend
- Repository: https://github.com/isaacs/util-extend
- Homepage: https://github.com/isaacs/util-extend#readme
- Issues: https://github.com/isaacs/util-extend/issues
- npm.io page: https://npm.io/package/util-extend

## Recent versions

- 1.0.3 (latest) — 2016-01-10
- 1.0.2 — 2016-01-10
- 1.0.1 — 2013-07-22
- 1.0.0 — 2013-02-23

## README

# util-extend

The Node object extending function that Node uses for Node!

## Usage

```js
var extend = require('util-extend');
function functionThatTakesOptions(options) {
  var options = extend(defaults, options);
  // now any unset options are set to the defaults.
}
```

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